Re: [AngularJS] Angular Routing Link

2014-12-19 Thread Eric Eslinger
Please provide an active plunker or other live representation of your problem. It is hard to debug when half of your code is missing (50% of the problems on this list tend to come from not properly declaring module dependencies early on in the bootstrapping process). That said,

[AngularJS] Angular Routing Link

2014-12-19 Thread Sharad Goyal
I have a problem with angular routing. I am trying to load the page through s-ref but it does not work, however if I specify through router it goes and open the page. Please help. Project title Router configuration angular.module('app') .run( [ '$rootScope', '$state', '$stateP