var MyApp = angular.module("myApp", []);
MyApp.controller('HelloAngular', function ($scope) {
$scope.greeting={text:"Hello"}
});
MyApp.controller('HelloAngular', function ($scope) {
$scope.greeting={text:"Hello"}
});
2016-05-06