Hello all, after almost a week of try I ask help to the community
Combined with angular-ui-router (in the resolve object) $auth.loggingIn refuse to trigger to true automatically like it’s indicated in the API doc
Result: It gives, when I enter a valid password, a empty area where I should see a list (coming from DB). When I go to another page and I comeback “the list is there!” …but when I reload the page, empty area again
When I explicitly put $auth.loggingIn = true; in the resolve object.
Result: No more pb with the display of the list “but” the resolve object no more play it’s role of filter (ex: user1 can access to user2 element and vice-versa)
I used several combinations of $auth functions unsuccessfully.
The screenshot give the first result until a better solution