Jeffrey Carl Faden

Results 13 comments of Jeffrey Carl Faden

@passy Fixed the specs to reflect the general use of `ng-repeat`, except in the case of static elements.

#167 should fix this.

Can reproduce here. The output model is updated, but only AFTER the `on-select-all` callback has occurred. We need to do a `$watch` on the output model instead, which to me...

Yes, happens in both.

Nope, we have that set. It works for `on-item-click` but not `on-select-all` or `on-select-none`.

I think the FileInput should replicate what happens within the [`_onInputChange` method](https://github.com/FineUploader/fine-uploader/blob/0dd03695baf590c2d31393723e64b0b3a669607c/client/js/uploader.basic.api.js#L1489). Prior to adding files, it annotates the file with the current button ID. (The button ID is generated...

Thanks! I'll work on making emails case insensitive.

There's upsides and downsides here. Currently you can click the address to go directly to the Google Maps place page, with the phone number there. If we extracted the phone...

If you call `reset`, the next call to `defaultShouldValidate` returns `false`. That's because it compares previous values to new values to see if it needs to validate, but it's comparing...