We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation about the ui-router implies that I can use a named view as a html element. (http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-view#usage) In my html page I have the following: When the page loads I get an error: Multiple directives [uiView, uiView] asking for transclusion on:
I want to avoid using a div, because it would break styling of an element.
Is it really possible to use ui-view as an element and at the same time include a reference to a named view, or am I misreading the documentation?
The text was updated successfully, but these errors were encountered:
The element usage example in the documentation is wrong. Where it says [ui-view="{string}"], it should say [name="{string}"].
[ui-view="{string}"]
[name="{string}"]
Sorry, something went wrong.
eb1712b
No branches or pull requests
Documentation about the ui-router implies that I can use a named view as a html element.
(http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-view#usage)
In my html page I have the following:
When the page loads I get an error:
Multiple directives [uiView, uiView] asking for transclusion on:
I want to avoid using a div, because it would break styling of an element.
Is it really possible to use ui-view as an element and at the same time include a reference to a named view, or am I misreading the documentation?
The text was updated successfully, but these errors were encountered: