UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (10 loc) 285 B
/* global angular */ (function () { 'use strict'; var thisModule = angular.module('appMaterial.Checkbox', []); thisModule.controller('CheckboxController', function($scope) { // Todo: Put page specific logic here } ); })();