-
Notifications
You must be signed in to change notification settings - Fork 21
Running it in the Simulator, blank page #4
Comments
Seems to be due to angular/angular.js#2112, but that's a rather old issue where a patch has been merged as well. Need to do some investigation. |
Thank you @janjongboom, I will do some research as well. |
I used the 1.0.5 version for Angular, I will check it with 1.0.6 |
With AngularJS 1.0.6 I don't have this error, but I have another one, next.$route is undefined, I think the problem is in mobile-nav.js and not in Angular itself, I will look deeper there. This is the error in case someone would need it. Content JS ERROR at app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:5704 in anonymous: Error: next.$route is undefined
@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/js/mobile-nav.js:120
Scope.prototype.$broadcast@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:8261
updateRoute/<@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:7417
qFactory/defer/deferred.promise.then/wrappedCallback@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:6797
qFactory/defer/deferred.promise.then/wrappedCallback@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:6797
qFactory/ref/<.then/<@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:6834
Scope.prototype.$eval@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:8011
Scope.prototype.$digest@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:7876
Scope.prototype.$apply@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:8097
done@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:9111
completeRequest@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:9274
createHttpBackend/</xhr.onreadystatechange@app://{2c09edd9-fae8-491e-a0e3-cda973a3831e}/components/angular/angular.js:9245 |
Hi @javaguirre ; try with this file: https://github.com/comoyo/ffos-list-detail/blob/710be220dc293902a62b3fba15a4786194ce16a7/www/js/mobile-nav.js I'll try to put some work on this today. |
Upgraded master to angular 1.0.6. |
Works like a charm, thank you! |
Hi! I tried to run it in the simulator, it just freezes with a blank page doing nothing and I have an AngularJS error, match is null in matchUrl:
I have another error regarding $navigate, so I don't know which one is the one crashing the app.
I'm using Firefox OS Simulator version 2.0.1
Thank you for the project, If you have any idea about how to fix it, please let me know. :-)
The text was updated successfully, but these errors were encountered: