You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading an app with <ion-nav-view></ion-nav-view> causes these errors:
TypeError: Object #<Object> has no method '_getView'
at l (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:289:14387)
at http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:289:14801
at H (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:71:375)
at f (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:64:378)
at H (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:71:316)
at f (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:64:399)
at http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:64:67
at http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:65:303
at A [as $transclude] (http://code.ionicframework.com/nightly/js/ionic.bundle.min.js:69:46)
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
The nightly has introduced a bug.
Loading an app with
<ion-nav-view></ion-nav-view>
causes these errors:See this demo : http://codepen.io/calendee/pen/AuLbx
The text was updated successfully, but these errors were encountered: