Rob Fletcher
Rob Fletcher
@liquidchen I can't see a difference between those two lines
Yes, I think so On Wed, May 1, 2013 at 11:29 AM, Alfred Nutile [email protected]: > Would the best place to do this be on the wiki here at github?...
This can be done in a controller with a call such as ``` $scope.form.title.$setValidity('unique', false); ```
The problem is that the validity state needs to be recomputed after the user changes the form value.
I used Bootstrap for the demo app but didn't want to force users to rely on it.
Might be more appropriate to bind to _input_ and/or _change_ events
ok, I was hoping it would pick up `Promise` but it's not a big deal for me to return something.
Dependency weight, not relying on Netflix-y components. Very low priority.
That's neat. I dig it.
``` I think that not only makes sense for stepwise specifications. It would be great to have spec wide parameterization like it's possible with JUnit parameterized tests. In our case...