Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
›
angular.module('myModule')
.controller("MyController",function($scope, Person){
$scope.user = null;
// here we need live data for person
})
angular.module('myModule') .controller("MyController",function($scope, Person){ $scope.user = null; // here we need live data for person })