pedroabreu / ion-gallery

Ionic gallery directive
MIT License
124 stars 61 forks source link

"templates" module name may collision with other plugins #73

Open miqmago opened 7 years ago

miqmago commented 7 years ago

I would suggest not to use "templates" as the module name but to use something more plugin-focussed like "ion-gallery-templates". Your module defines it and "templates" is also being used by many other modules, in example, in order to ng-template, or even normally the programmer could define "templates" for html templates.