ui-router: Activating States

InstructorTim Kindberg

Share this video with your friends

Send Tweet

The ui-router library for AngularJS provides several options for navigating between states in your application. You can navigate via the browser's URL bar, programatically with $state.go, and with the ui-sref directive on your HTML elements.