Brent Jubinville
Brent Jubinville
Given a changeset reacts to changes, the default state is always valid until a change is made on each property. Is there a way to force a validation to run...
Would anybody like to collaborate on an Ember implementation of this with me? https://github.com/begriffs/clean_pagination/issues/12
Hi, Is anybody keen to work up an Ember client-side implementation for this with me? Would likely base it off the Angular Paginate Anything.
Hello, This may be a somewhat of a silly question, but I haven't been able to come up with the proper configuration to allow proxying for a dist target. I...
Is there any support for standard html attributes such as `disabled` or `readonly` or standard input types such as `number` or `email`?
Possibly closes #3 ? If you're ok with this approach, I'll update the README as well.
Given an `fm-submit` with default class of `btn btn-primary` it would be nice to be able to do the following: ``` {{fm-submit value='Submit' class='float-right'}} ``` and have it generate ```...