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