ember-select-2
ember-select-2 copied to clipboard
Fix fmt deprecation for ember 2 +
Just replaced Ember.string.fmt()
with a simple .replace()
since only one argument is guaranteed to be present.
References issue #124
+1