Menu

#195 seems like its not working in Sarafi browser

open
nobody
None
2017-02-14
2017-02-14
Anonymous
No

Originally created by: Subhabb

Its giving error on angular modal dialogue js file (i.e angular-modal-service.js).
Its saying "[Error] SyntaxError: Unexpected use of reserved word 'let' in strict mode
(anonymous function) (angular-modal-service.js:3)"
as let keyword is not supported in sarafi 9.0 or higher.

If we are changing the 3rd line of the file
let module = angular.module('angularModalService', []);
to
var module = angular.module('angularModalService', []);

its working perfectly fine.

Discussion


Log in to post a comment.