jBenes / angular-imgcache.js

Simple imgcache.js wrapper for AngularJS
MIT License
83 stars 42 forks source link

Removed isolated scope. #21

Open jeandat opened 8 years ago

jeandat commented 8 years ago

Indeed, it is limiting (impossibility to use two directives with isolated scope on the same element) and not necessary as attrs.$observe is used. It's probably an anti-pattern here.