i\'m trying to figure out how Angular works and am having trouble getting my view to update when the model changes..
HTML
Do not use $scope.$apply() angular already uses it and it can result in this error
$scope.$apply()
$rootScope:inprog Action Already In Progress
if you use twice, use $timeout or interval
$timeout