Adrian Gallardo

Results 5 issues of Adrian Gallardo

Using the example of form in table rows I see that $dirty or $invalid properties of rowform doesn't update on form values changes. You can see a demo here: http://jsfiddle.net/5L3a1gcx/

I had a problem with message data in IE 8 and 9. Sent message object was received as "[Object object]" literal string, instead of object values. I had to do...

This is the RegExp used when finding @import statements: /\@import\s+(?:url([\'\"]?(._)[\'\"]?))\s_\;?/gim; The problem is that the resulting url sometimes include "double quotes", so then the browser outputs a 404 error. It...

Hi, I was very frustrated at first because this library wasn't working OK, but after a while I realized that this module uses $locationChangeSuccess event. Because I'm using ui-router with...

Name given in build-config.json must match package.json from root directory (not sure if the one inside the /app directory too). The problem was that once installed shortcut icon pointed out...