Posts by Eduardo Martins • 98 points
5 posts
-
2
votes1
answer2126
viewsQ: Angularjs User Authentication with Java/Jersey Rest API
I am developing the user authentication module in my application and I am having some problems accessing the API, getting error 403. The old way I was doing, when I sent the request to the service,…
-
1
votes1
answer427
viewsQ: ng-show/ng-Hide does not update index-html, only the view
I am mounting an application that has an index.html and views in separate files being rendered within ng-view index. In this index I have a footer that I would like to disappear when the user is…
angularjsasked Eduardo Martins 98 -
3
votes1
answer447
viewsA: Problems with Angular ngRoute links
Try to get the Router configuration out of the control. If the idea was to pass the controller to the page you are rendering, then do it this way below, passing the controller in the config itself:…
-
2
votes2
answers812
viewsQ: How to recover the value of Boolean from a REST service in Angularjs?
I have a Java/Jersey service that returns a Boolean pro Angularjs. In my controller, I take the value of the return of the Promise, but it returns me an Object. In other cases, such as a return of…
-
0
votes0
answers908
viewsQ: Using ng-view and routeProvider does not render partial html
I’m starting at Angularjs and I can’t make the routes with $routeProvider work at all. I’ve searched several solution attempts on google and none of them solved my problem. Only partial is not…