harbor/static/resources/js/layout/index/index.controller.js

13 lines
192 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.index')
.controller('IndexController', IndexController);
function IndexController() {
}
})();