vasyabigi / angular-nouislider

Simple angular directive for jquery nouislider plugin
http://vasyabigi.github.io/angular-nouislider/
MIT License
84 stars 53 forks source link

Global 'use strict' is not concat safe #45

Open sv-matt-smith opened 7 years ago

sv-matt-smith commented 7 years ago

If I concat or uglify nouislider.js or nouislider.min.js with other libraries (as I attempt to do in my project) I run into issues as 'use strict' is enabled globally.

Wrapping in an IIFE will help.

see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Strict_mode_for_scripts