Tomasz Stryjewski
Member since Apr 18, 2011
- Profile: /members/8177-tomasz-stryjewski.htm
- Comments: 7
Recent Blog Comments By Tomasz Stryjewski
-
Animating A Single Item Using ngRepeat And ngAnimate In AngularJS
Posted on Feb 23, 2015 at 11:50 AM
@Ben, well, that was the whole idea behind it - to tie it to the route :-) stateless "component" = more control = profit ;-) in order to skip the binding, you were correct - one would need to build one that uses $transclude argument of linking function and duplicates the template with ne... read more »
-
Animating A Single Item Using ngRepeat And ngAnimate In AngularJS
Posted on Feb 23, 2015 at 11:10 AM
depending on the context, I'd be more towards using ui-view / ng-view , as it gives you full control over the state of this "component" + animations work out of the box ;-)... read more »
-
Monkey-Patching The $q Service With .fcall() In AngularJS
Posted on Jan 30, 2015 at 12:13 PM
@Ben, Decorator pattern is definitely the way to go here ;-)... read more »
-
AngularJS Pro-Tip: Be Mindful Of HTML Attribute Ordering
Posted on Jan 15, 2015 at 12:22 PM
I tend to go with "valid HTML attributes" first, then the directives (even if HTML attribute IS the directive) the rest makes sense and keeps the code readable and sane ;-)... read more »
-
Using Four-Sided Positioning In CSS (Cascading Style Sheets)
Posted on Aug 22, 2011 at 12:05 PM
about ie6 support: ie6 doesn't support position:fixed You can emulate it with position:absolute; top:expression(js-goes-here) but it's slow and bad practice overall ( like using ie6 )... read more »
-
JavaScript Enlightenment By Cody Lindley
Posted on Jul 27, 2011 at 4:39 AM
thanks for the info - just bought one :-) will dig into it!... read more »
-
Realtime Messaging And Synchronization With NowJS And Node.js
Posted on Apr 18, 2011 at 9:40 AM
@Aristophrenia keep in mind that it uses js - no need to install flash, js is supported across most of devices nowadays i was a hardcore pro-flash, developing since flash mx was around and, sadly, i'm moving further and further away from it ( it proves useful only on limited scope now, just my opin... read more »