Definition of ui-sref in Angular.js?
Asked Answered
L

1

13

I've been having some trouble getting a decent explanation of what ui-sref is actually doing in angular.

In HTML href is hyperlink reference, so does sref mean script reference?

Lefkowitz answered 7/10, 2015 at 21:53 Comment(0)
I
17

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.

Instillation answered 7/10, 2015 at 22:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.