I have an application that gets data from RESTful api but I want to know how I can refresh data without reloading the page? Should I write an observer that checks data each 2min for example? but how can I make that real-time (isn't it bad to send too...
We have an application built on dojo framework and we are integrating AngularJS app inside the dojo by Bootstrap AngularJS app. We are also able to manually Bootstrap another AngularJS app inside AngularJS app. Here it goes like this dojo - - - >Ang...