Which to use? ion-nav-view or nav-view?

Hi!

The documentation uses ion-nav-view, but the application doesn’t start.

So when i use nav-view, the app starts. The same happens with other ion tags.

Thanks!

The Angular directive names changed in the version before last, so it should be ion-nav-view if you’re using Ionic Framework >= 0.9.25 and nav-view in previous versions.

2 Likes