[AngularJS] data not getting printed on html using restangular

2014-02-12 Thread MIKHIL MUDIRAJ
i all hey i am getting problem with restangular ...on load of html page i am getting data (checked using alerts) , but when i assign it to scope its not getting printedbut if i open developers tool in IE data, gets printed on html properly. Please help. -- You received this message bec

[AngularJS] accessing controller of other module without inject dependency

2014-01-28 Thread MIKHIL MUDIRAJ
I have a question related to modules and routing in angularjs. The requirements are to define all routing configs in one module - lets call this ModuleRtr. Once the route is triggered, it should call a controller (called TestCtr for example). This controller is defined in another module - let's