amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

generate multiselect-tpls.js dynamically with gulp #67

Closed zachlysobey closed 8 years ago

zachlysobey commented 8 years ago

This makes a rather large change to the existing multiselect-tpls.js, which I believe was broken and/or out of date.

I tested this, but as I don't yet have this plugin fully integrated in my project, I am not 100% sure its working as it should, but it does pick up the template that is now inlined via the gulp script.

This should resolve Issue 66

zachlysobey commented 8 years ago

Verified that this works!

amitava82 commented 8 years ago

Cool, Thanks!