sir-dunxalot/ember-modals

Close modal being used in place of hide

Closed this issue · 1 comments

In the wiki for usage, closing a modal was incorrectly using

this.get('modal').close()

instead of

this.get('modal').hide()

edited the wiki to fix the problem

Great, good find. Thanks for fixing it!