harbor/static/ng/resources/js/layout/index/index.controller.js
2016-05-02 01:46:50 +08:00

13 lines
192 B
JavaScript

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