indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Close button icons hard coded #84

Closed jackmatt2 closed 9 years ago

jackmatt2 commented 9 years ago

em-modal-confirm.hbs

<i class="fa fa-thumbs-o-down"></i>

Should this not be

<i {{bind-attr class="cancel-button-icons"}}></i>

so the user can override as you can with submit-button-default-icons

asaf commented 9 years ago

Hey,

How modal confirm is related to this project?

jackmatt2 commented 9 years ago

oh yeah.

asaf commented 9 years ago

@jackmatt2 ye I think you are confusing with the https://github.com/indexiatech/ember-idx-modal component :)