angular angular-ui-router jq怎么获取 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.