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