UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

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