I have a Cordova app that runs Angular 1.2.16. It runs perfectly on all platforms and browsers except on Firefox OS 1.1. Works well on Firefox OS 1.2.
Please see linked SO article which has test cases - I have the same problem, but instead get
[Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: app://054daea0-e3bf-1d40-a545-3ea97484180e/js/app-ck.js :: <TOP_LEVEL> :: line 17214" data: no]
A later javascript error just says "Syntax Error" without referencing anywhere. I suspect it's related to this issue.
Related article, :
AngularJS $LogProvider throws Illegal access error
Please, if anyone could give a hint to what's breaking.