Closed lcoq closed 12 years ago
With the NumericalityValidator, for example, the following code should works:
App.Pub = Ember.Object.extend(Ember.Validations, { totalCount: 12, validations: { bars: { lessThan: function() { return this.get('totalCount'); } } });
Corrected in commits:
With the NumericalityValidator, for example, the following code should works: