merlosy

Results 20 comments of merlosy

Well, I'll see when I'll have more time.. Does it really need more tests for it? I'm not sure it's a new feature. I tried to commit the files from...

Or i can work on a fork too...

Hi, I tried to patch the `angular-piwik.js` file from master branch with the fix from Nitin, and it didn't solve it. There is still an improvement: the URL of the...

Here is a working JS solution (as a complement of Nitin fix): ``` pre: function(scope, elem, attrs) { var script_elem; script_elem = $document[0].createElement('script'); script_elem.setAttribute('src', $interpolate(tAttrs.ngpSetJsUrl)(scope) ); $document[0].body.appendChild(script_elem); }, ``` I...

Did you try with ES6 polyfills?

Can you provide more context: - What are you trying to do? - Do you have a repro repo? - What versions are you using (library, node, angular)?

Already on my roadmap, after ng 6 migration is solved. :)

Can you provide a reproduction case? I need more context to investigate this one

Did you set on your form tag: ``` ``` As far as I can tell, It is working on the example provided under `Input with validation: required and maxSize` (on...

Can you detail the version of Firefox you are using, and if you have any active extension that could be interfering