interfug16_github/scripts/home.controller.js

7 lines
124 B
JavaScript

'use strict';
(function (app) {
app.interfug.controller('home', ['$scope', function($scope) {
}]);
})(window.app);