Steve Saxton

Results 10 comments of Steve Saxton

I've worked out what the issue is .. I have added an input like this ``` ``` The validator looks like this ``` optionalNumber: function(value) { if(!value || value.length===0) {...

I have no idea what any of that is going on about, as far as i can tell there is a long list of PhantomJS 2.1.1 messages with numbers of...

This is how I pull in sub-forms I define a new directive for the form inputs - usually in it own folder so I can just require the folder and...

## I think there is a fix for this ## There is already an $observe on the validator - which updates it and we could use this to re-run the...

It appears to work - in my code - does this effect / break anything else ?

I'm having this problem ``` XMLHttpRequest cannot load http://webservices.data-8.co.uk/addresscapture.asmx?wsdl. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4000' is...

Isn't there already a PR for this https://github.com/kamilkisiela/apollo-angular/pull/1790

also have this issue ``` /Users/steve/Projects/mern-starter/node_modules/webpack-externals-plugin/index.js:19 data.dependency.request, ^ TypeError: Cannot read property 'request' of undefined at /Users/steve/Projects/mern-starter/node_modules/webpack-externals-plugin/index.js:19:30 at applyPluginsAsyncWaterfall (/Users/steve/Projects/mern-starter/node_modules/webpack/lib/NormalModuleFactory.js:94:13) at /Users/steve/Projects/mern-starter/node_modules/tapable/lib/Tapable.js:268:11 at NormalModuleFactory.params.normalModuleFactory.plugin (/Users/steve/Projects/mern-starter/node_modules/webpack/lib/CompatibilityPlugin.js:52:5) at NormalModuleFactory.applyPluginsAsyncWaterfall (/Users/steve/Projects/mern-starter/node_modules/tapable/lib/Tapable.js:272:13) at resolver...

If there is a specific need for a particular version of lodash then the package.json file should have that expected version in the file. ALSO (important) If the project has...