Definition of ui-sref in Angular.js?

ui-sref stands for UI-Router state reference. It’s a way to change states/state params (as defined in using the $stateProvider in a config block using the ui.router module for AngularJS. You can read the ui-sref documentation here.

Leave a Comment