Today we will be using AngularJS and the great UI Router and the Angular ngAnimate module to create an animated multi-step form. This technique can be used for large forms that you would like to simplify for your users. We can see this technique used…
angularjs UI Libraries ● ng-bootstrap is currently available. ● PrimeNG has largest number of components. ● Angular-Material2 is in beta. ● KendoUI is creating components for ng2. ● Ionic is very popular.…
Angular UI Router: Different states with same URL? The landing page of my app has two states: home-public, home-logged-in. Now I want to show both states on the same URL, but let the controller and template depend on the user session (is the user log…