kamilkp / angular-vs-repeat

Virtual Scroll for AngularJS ngRepeat directive
http://kamilkp.github.io/angular-vs-repeat/
MIT License
818 stars 228 forks source link

can we have directive name vsRepeat and module name vs-repeat cofigurable? #201

Open ruprechtcua opened 6 years ago

ruprechtcua commented 6 years ago

I am building a generic component library that could possibly benefit using vsRepeat. The issue is dependencies if existing project uses an older vsRepeat and needs my component library which uses the newer version then it can't coexist.

question is can we have the name abstracted out so we can pass in a preferred name via our build tool i.e. webpack?