UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (10 loc) 268 B
/* global angular */ (function () { 'use strict'; var thisModule = angular.module('appBasicBehaviors.Focused', []); thisModule.controller('FocusedController', function($scope) { // Do nothing... } ); })();