angularjs - Failed to instantiate module when using ES6 let with firefox and angular -
I try to use ES6's let keyword in my AngularJs module. I work with AngularJS 1.3 and FF 34. In Chrome (39) It works in FF I get "failed to do module institute"
To use the ES6 features in Firefox, you must have the version
& lt; Script type = "app / javascript; version = 1.7" & gt; & Lt; / Script & gt; ;
Comments
Post a Comment