Posts by luan • 16 points
2 posts
-
0
votes1
answer128
viewsA: Remove login menu? (Angularjs and UI router)
Guilherme, in your case I believe I could nestle the States that need a logged-in user (Example of nested States) and in its menu directive use the $state is. to check that the current status is no…
-
0
votes1
answer33
viewsA: Problem with angular js inject
Meteus, this problem occurs when Angular does not find a Provider/service/Factory following that order of the message. In your case from httpService angular found no service/Factory called…