5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
app.controller('HomeController', ['$scope', function ($scope) {
|
|
var vm = this;
|
|
|
|
}]);
|