17/03/2015
1 min read
AngularJs
$scope.$watch(‘objectOrArray’,function(newVal, oldVal){ // Do Something },true);
12/12/2014
If you are using ng-route and want to load the page from your server you need to add target=”_self” to your anchor tag. Example: LINK