Juri
Member since Jun 23, 2014
- Profile: /members/12048-juri.htm
- URL: http://juristr.com
- Comments: 5
Recent Blog Comments By Juri
-
Implementing A $log-Inspired Logging Service In Angular 2 RC 4
Posted on Aug 10, 2016 at 11:14 AM
Awesome. I opened up an issue nearly a year ago just about this: https://github.com/angular/angular/issues/5458 Nice article!... read more »
-
Binding A Directive To Multiple Compilation And Linking Functions In AngularJS
Posted on Dec 17, 2014 at 9:55 AM
Awesome stuff! Have to try it... read more »
-
A Quick Look At How DOM Structure Affects Text Interpolation Watchers In AngularJS
Posted on Nov 3, 2014 at 8:08 AM
Yea...and to be honest, it's a bit scary (especially to Angular newbies) that comments in the DOM reduce the performance of your app (although obviously you could have them stripe out by some preprocessor...but still).... read more »
-
A Quick Look At How DOM Structure Affects Text Interpolation Watchers In AngularJS
Posted on Oct 27, 2014 at 10:31 AM
Hi, slightly offtopic, but may I ask you what kind of software you use for recording your videos?? :) Thx... read more »
-
Loading AngularJS Components With RequireJS After Application Bootstrap
Posted on Jun 23, 2014 at 10:53 AM
> We didn't use a "module" here (as in angular.module()), since the new module wouldn't populate the correct dependency injection container. So basically you're saying that with all the approaches we see using AMD or some other kind of dynamic loading we cannot use `angular.module()`? ... read more »