Posts by Marco Teixeira • 176 points
2 posts
-
8
votes2
answers1021
viewsA: How to restrict access to routes in Angularjs?
For user validation you could implement the event $routeChangeStart, that is triggered whenever a route is triggered, so you can validate the user and redirect it to another route if not authorized.…
-
8
votes1
answer1254
viewsA: IDE/Text editors for Node.js
My suggestion as a good IDE is the Webstorm, that despite being paid, the individual license fits in the pocket. But as a free option I agree with @re22 and recommend the Netbeans with the node…