mankindsoftware / angular-isotope

AngularJS directives to easily work with JQuery Isotope.
http://mankindsoftware.github.io/angular-isotope
204 stars 79 forks source link

Minification issue #24

Closed WonSong closed 4 years ago

WonSong commented 10 years ago

newerr

Happens from directives.js line: 98 when minified. determineActiveClass is undefined. Possibly due to determineActiveClass being implicitly declared.

I was able to fix this by adding var and making it explicit.

WonSong commented 10 years ago

Turns out this was due to a type'o. When determineActiveClass is declared, it is declared as determineAciveClass with no T. I will revert my last commit and fix this typ'o.