Questions tagged [session-state-provider]

37 questions
0
votes
0 answers

Using oclazyload with $stateProvider giving controller is undefined

I am very new to Angular and am trying to figure out authentication for a Flask Angular app. I think the issue is related to the fact that I am not defining the services.js dependency clearly. I was getting AngularJS error. You can see a bit more…
0
votes
1 answer

Structure the $state in Angular

I have a web application. Untiln now I've used .when to define all the url. Now I want to know better the $state. So, I have an web that is composed as follow: - login page (public) -- then (private): - dashboard home - users…
panagulis72
  • 2,129
  • 6
  • 31
  • 71
0
votes
2 answers

Angular-js Include js on each state

Hi I have created an angular application and I have created separate controller for each I want to load each controller when the corresponding state has been reached I don't to want to load all controller at my index.html My index.html