5 lines
86 B
JavaScript
Raw Normal View History

2017-08-08 14:54:25 -06:00
app.controller('HomeController', ['$scope', function ($scope) {
var vm = this;
2017-08-08 00:35:11 -06:00
2017-08-08 14:54:25 -06:00
}]);