UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

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