Matt Fehskens
Member since Apr 12, 2015
- Profile: /members/12619-matt-fehskens.htm
- URL: http://blog.fehskens.com
- Comments: 5
Recent Blog Comments By Matt Fehskens
-
Input And Output Bindings Can Be Namespaced In Angular 2 Beta 14
Posted on Apr 28, 2016 at 8:56 AM
@Ben, well your constant hacking and prodding of Angular/Angular 2 is awesome and motivating.... read more »
-
Input And Output Bindings Can Be Namespaced In Angular 2 Beta 14
Posted on Apr 28, 2016 at 8:05 AM
Ben, I really gotta ask, what makes you even think to do these mad scientist experiments? They're really interesting, but it would never occur to me to even try this. Cool post!... read more »
-
You Don't Need To Use .bind( this ) When Using .forEach() Or .map() In ReactJS
Posted on Jul 31, 2015 at 8:17 AM
Also, you don't need to call `.bind(this)` with `.forEach` & `.map` since most--if not all--of the Array methods optionally take a `thisArg` as their last argument. forEach: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach map: https://developer... read more »
-
Hello World: Comparing ReactJS And AngularJS
Posted on Jul 4, 2015 at 5:27 AM
@Justin {replace: true} is (or is being) deprecated and has been "considered harmful"... read more »
-
$animate:before, $animate:after, $animate:close And The ngAnimate Enter Workflow In AngularJS
Posted on Apr 12, 2015 at 7:52 AM
Nice find, Ben. I just started working with ngAnimate and didn't know about the $animate:before and $animate:after events you're showing here. On top of that, that's a pretty nasty bug you uncovered!... read more »