Redirect to the original requested page after login using AngularJs
What we want to do is that when the user tries to go to a page and he is not logged in, we want to redirect him back to that page after he login successfully…
What we want to do is that when the user tries to go to a page and he is not logged in, we want to redirect him back to that page after he login successfully…
I want to implement a simple concept using angular, scrolling to a specific area of the page using a directive, I found myself needing this in a pagination example, I want to scroll to the…
We will be adding 3 Layer to implement Authorization in our app UI manipulation (Showing or hiding part of the screens based on the user permission) Routing (When the user access a route that he…
The poorly the structure for unit testing the more and more complected it will take to write more unit tests for a simple functioning piece of code, in the end it will feel that your…
The problem is the code required for bootstrapping an angular form is quite a lot The normal angular way of writing a form with validation messages <form name="myForm"> <div class="control-group"…
I will be showing how to build a grid that supports server side paging, sorting & filtering My goal with this is that i didn’t want to implement a more complex approach that will…