Adam

Results 141 comments of Adam

This would make the filters so much more versatile. Currently if you have a dozen columns, but only one is custom, you still have to write cases for all 12...

Odd, I tried putting everything into a try catch but for whatever reason when it fails it doesn't bubble up to my catch and the whole app ends. I just...

Actually, there's already a magic __call method from PR #93 to allow calling via camelCase. So it can internally be changed to camelCase, and that magic method can just be...

I'll be able to update the readme in a few days. Have a project due and been spending way to much time on this. I've done some work on the...

Leave the box empty, change dropdown from "Everyday" to "Cancel" Expected behavior: $scope.testForm.$error is an empty object. Both "min" and "required" rules disappear from it Since the field is disabled,...

oh fiddle sticks, duh, sorry about that perhaps a feature request for ui-validate-disable="true" attribute then?

Another implementation I found https://github.com/cloneofsimo/magicmix

So, I've tried using additional type for more things, like a filter. I'm enjoying the caching that's done with pagination, so if I change the search, then go back to...

I use this version (0.3.0) with a dynamic minDate and maxDate. As with all dates in this picker, everything needs to be set with a moment object. As I can...

Are you setting your startDate/endDate as moment objects? If it's a moment object then isValid is a method of the moment object...