Closed notmessenger closed 8 years ago
In doing so the ability to set a boolean true and have it be treated as there being an error will no longer be supported. The logic will now be based solely on an Ember.isEmpty() check.
true
Ember.isEmpty()
(Ongoing) Dev Notes
setErrorStates
{{setErrorStates}}
In doing so the ability to set a boolean
true
and have it be treated as there being an error will no longer be supported. The logic will now be based solely on anEmber.isEmpty()
check.