UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

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