Jose Garcia
Member since Jun 2, 2014
- Profile: /members/11984-jose-garcia.htm
- URL: http://josebalius.com
- Comments: 2
Recent Blog Comments By Jose Garcia
-
Cache-Busting CSS Images With Less CSS
Posted on Jun 12, 2014 at 11:03 AM
Nice one Ben. Another way that I do this (in case your interested :p) is I have in my css something like: url( "../img/background.png?version=@hash" ) I then use Gulp to build my CSS and after it's built, I have hash plugin that I wrote that will read all of my files (html/css/js) and ... read more »
-
Looking At How scope.$evalAsync() Affects Performance In AngularJS Directives
Posted on Jun 2, 2014 at 10:58 AM
This is great! Thanks for the tip. I'll be trying out this technique very soon. I have been using $timeout in some cases, but I think $evalAsync will be much better. Jose... read more »