lolmaus / ember-dialogs

Customizable implementation of `alert`, `confirm` and `prompt` modal dialogs with straightforward API
https://lolmaus.github.io/ember-dialogs/
MIT License
11 stars 5 forks source link

Namespace helpers #1

Open lolmaus opened 7 years ago

lolmaus commented 7 years ago

Helpers alert, confirm and prompt have too generic names. Including the addon to an app breaks the app when it uses local properties alert, confirm or prompt in templates.

To resolve the issue, we should rename helpers to ember-dialogs-alert, ember-dialogs-confirm and ember-dialogs-prompt.