fergaldoyle

Results 6 comments of fergaldoyle

vue-form got updated to work with 2.0 a couple of days ago.

The polyfils target IE8 only so that they can be aggressively applied and override any other shims which may not work as expected, e.g. es5-sham. I doubt angular itself supports...

As far as I remember the colon syntax never work well with IE for any version of angular. https://code.angularjs.org/1.2.29/docs/guide/ie I'll update readme to suggest using latest v1 jQuery.

Try include jQuery before Angular and make sure it's jQuery 1.*

this.formstate._reset will not reset the data in the inputs, only the validation state of the form. Is this not happening?

Using a build tool like webpack you could define "service" modules and `require` or `import` those service modules into your component definition files. e.g `configService` could be an object with...