@Calendee Please help! I keep getting this error in Chrome console but on trying out my app in Firefox there’s no single line of error! What’s more is I don’t know for certain what the error references (on nightly build):
TypeError: Cannot read property 'exp' of undefined at watchFnToHumanReadableString (<anonymous>:703:19) at Scope.$delegate.__proto__.$watch (<anonymous>:735:28) at link (http://localhost:8080/lib/js/ionic.bundle.js:36950:16) at nodeLinkFn (http://localhost:8080/lib/js/ionic.bundle.js:13759:13) at compositeLinkFn (http://localhost:8080/lib/js/ionic.bundle.js:13169:15) at publicLinkFn (http://localhost:8080/lib/js/ionic.bundle.js:13074:30) at updateView (http://localhost:8080/lib/js/ionic.bundle.js:37157:11) at http://localhost:8080/lib/js/ionic.bundle.js:37110:9 at nodeLinkFn (http://localhost:8080/lib/js/ionic.bundle.js:13759:13) at compositeLinkFn (http://localhost:8080/lib/js/ionic.bundle.js:13165:15) <ion-view class="pane">
Can you post a sample of code that causes that? I have no idea where to begin.
Also, if you click the link to at link (http://localhost:8080/lib/js/ionic.bundle.js:36950:16) in Chrome, it will take you to likne 36950 of the Ionic bundle that you are using.
I’m not sure what code causes it to happen since I just upgraded from v0.9.27 to beta.2 to fix a bug and this happened when I loaded the app in Chrome (same behaviour - nav bar invisible).
This was the stack trace:
TypeError: Cannot read property 'exp' of undefined
at watchFnToHumanReadableString (<anonymous>:703:19)
at Scope.$delegate.__proto__.$watch (<anonymous>:735:28)
at http://URL/app/libs/ionic/ionic-angular.min.js:16:16733
at nodeLinkFn (http://URL/app/libs/angular/angular.js:6353:13)
at compositeLinkFn (http://URL/app/libs/angular/angular.js:5764:15)
at nodeLinkFn (http://URL/app/libs/angular/angular.js:6347:24)
at compositeLinkFn (http://URL/app/libs/angular/angular.js:5764:15)
at publicLinkFn (http://URL/app/libs/angular/angular.js:5669:30)
at d (http://URL/app/libs/ionic/ionic-angular.min.js:16:17569)
at http://URL/app/libs/ionic/ionic-angular.min.js:16:18000 <ion-view left-buttons="leftButtons" right-buttons="rightButtons" class="pane">
i have also problems in firefox. also my back button disappears in browser. on the phone it is ok. and the ion-content is moved up without changing anything.
Yes, I can confirm that the AngularJs Batarang chrome extension has much to do with this behavior. Each time I disable the extension, the navbars re-appear.