interfug16_github/scripts/home.controller.js

7 lines
124 B
JavaScript
Raw Normal View History

2016-05-22 15:01:15 +02:00
'use strict';
(function (app) {
app.interfug.controller('home', ['$scope', function($scope) {
}]);
})(window.app);