Skip to content
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

View not rendering #1201

Closed
Wtower opened this issue Sep 20, 2016 · 3 comments
Closed

View not rendering #1201

Wtower opened this issue Sep 20, 2016 · 3 comments
Labels

Comments

@Wtower
Copy link

Wtower commented Sep 20, 2016

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.html

Prerequisites

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

@jpetitcolas
Copy link
Contributor

Indeed, we introduced a BC break with named views. Updating the doc.

@Waog
Copy link

Waog commented Sep 22, 2016

#1202 fixed the problem for me

@jpetitcolas
Copy link
Contributor

To sum up, you should replace:

<div ui-view></div>

by

<div ui-view="ng-admin">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants