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

13 lines
192 B
JavaScript
Raw Normal View History

2016-05-01 19:46:50 +02:00
(function() {
'use strict';
angular
.module('harbor.layout.index')
.controller('IndexController', IndexController);
function IndexController() {
}
})();