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
The ui-view is not rendered in the latest 1.0.0-alpha6 release when following the example https://ng-admin-book.marmelab.com/doc/Getting-started.html
ui-view
ng-admin@1.0.0-alpha6
When implementing exactly the example in the above link, a blank page is shown. The same does not apply with alpha5.
Expected behavior: A view saying "All dependencies are set...."
Actual behavior: Blank page
The text was updated successfully, but these errors were encountered:
Indeed, we introduced a BC break with named views. Updating the doc.
Sorry, something went wrong.
#1202 fixed the problem for me
To sum up, you should replace:
<div ui-view></div>
by
<div ui-view="ng-admin">
No branches or pull requests
Scope
The
ui-view
is not rendered in the latest 1.0.0-alpha6 release when following the example https://ng-admin-book.marmelab.com/doc/Getting-started.htmlPrerequisites
ng-admin@1.0.0-alpha6
Description
When implementing exactly the example in the above link, a blank page is shown. The same does not apply with alpha5.
Expected behavior: A view saying "All dependencies are set...."
Actual behavior: Blank page
The text was updated successfully, but these errors were encountered: