iStefo / ember-select-2

DEPRECATED IN FAVOR OF https://github.com/cibernox/ember-power-select
MIT License
144 stars 119 forks source link

Fix fmt deprecation for ember 2 + #127

Open Kilowhisky opened 8 years ago

Kilowhisky commented 8 years ago

Just replaced Ember.string.fmt() with a simple .replace() since only one argument is guaranteed to be present.

References issue #124

dallasread commented 8 years ago

+1