[AngularJS] Error: error:infdig Infinite $digest Loop

2014-12-11 Thread Mukesh Malviya
Hi team, getting this error code: var myInterceptor = { request: function(config) { $rootScope.sessionExpireMessage =""; //console.log('request $log is here to show you that this is a regular factory with injection'); config.requestTimestamp = new Date().ge

[AngularJS] Two ngapp and two ngcontroller not working

2014-01-09 Thread Mukesh Malviya
Can we have two ngapp and two controller in same page. In my code we have two ngapp and two controller but first one is working fine while second one is not working fine. List of Names {{_name.username}} Your order {{item.product_name}} {{item.price | currency}} Remove var shoppingCart