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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -