UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (11 loc) 358 B
/** * @file Sample card layout * @copyright Digital Living Software Corp. 2014-2015 */ (function (angular) { 'use strict'; var thisModule = angular.module('app', ['ngMaterial', 'pipLayout']); thisModule.controller('AppController', function ($scope, $rootScope) { // Controller code here... }); })(window.angular);