UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

17 lines (11 loc) 322 B
/* global angular */ (function () { 'use strict'; var thisModule = angular.module('appCssStyles.Animation', []); thisModule.controller('AnimationController', function($scope) { console.log(this); // Todo: Put page specific logic here } ); })();