How does angular angular-ui-router jq obtain the parameters in ui-self
ui-router official website
Why do you need to use jquery to get it? The parameters on ui-self can be obtained directly using $stateParams of ui-router. Since your project uses angularJs, you don’t need jquery. Try to make the project as lightweight as possible.
ui-router official website
Why do you need to use jquery to get it? The parameters on ui-self can be obtained directly using $stateParams of ui-router.
Since your project uses angularJs, you don’t need jquery. Try to make the project as lightweight as possible.