-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use routeHelperProvider for ui-router #813
Comments
This sounds more like a question for StackOverflow than an issue with the style guide itself. |
Are you trying to navigate to an abstract state? |
@tcrite yeah, you know whats the problem ? |
@fajarachmadyusup13 to my knowledge, I don't think you can navigate directly to an abstract state. |
@tcrite you have any alternative ways for my problem ? |
@fajarachmadyusup13 I would either create a child state underneath those abstract states and navigate to those, or change the abstract flag to false. |
I use abstract states as like my main template. So if I had some shared navigation or something. |
still need routerHelperProvider or not ? |
i was solved this problem, i set abstract attribute to false |
i was follow this style guide, especially in Routing section, but i don't know why, i still get some error, like this
Error: Could not resolve 'hello' from state '' w/z.transitionTo@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular-ui-router.min.js:7:17378 w/z.go@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular-ui-router.min.js:7:16936 G/</i<@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular-ui-router.min.js:7:25826 e/q<@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular.min.js:160:431 f@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular.min.js:47:146 kg/k.defer/c<@http://localhost:443/belajar-angularJSLagi/mastering/app/_lib/angular.min.js:50:68
and here's my code :
`
<title>TES</title>`(function() {
'use strict';
})();`
`(function() {
'use strict';
})();`
`(function() {
'use strict';
})();`
`(function() {
'use strict';
})();
`
`(function() {
'use strict';
})();
`
The text was updated successfully, but these errors were encountered: