How does angular angular-ui-router jq obtain the parameters in ui-self
PHP中文网2017-05-15 17:16:11
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.