Yaniv Efraim
Member since Nov 22, 2014
- Profile: /members/12436-yaniv-efraim.htm
- Comments: 4
Recent Blog Comments By Yaniv Efraim
-
Isolate-Scope Two-Way Data Binding Is Eventually Consistent In AngularJS
Posted on Nov 25, 2014 at 2:55 AM
@Juan - You are correct. Just an explanation of why this is working: The above behaviour happens because both actions are taken in the same event loop / digest. When you put it inside a $timeout, you postpone it to the next event loop, working around the issue...... read more »
-
Isolate-Scope Two-Way Data Binding Is Eventually Consistent In AngularJS
Posted on Nov 24, 2014 at 12:14 AM
Awesome, thanks for sharing!... read more »
-
How Scope.$broadcast() Interacts With Isolate Scopes In AngularJS
Posted on Nov 22, 2014 at 2:41 PM
Thanks, this was really helpful!... read more »
-
How Scope.$broadcast() Interacts With Isolate Scopes In AngularJS
Posted on Nov 22, 2014 at 10:04 AM
This is very interesting. I'm trying to understand how this fits with what said in this great post: http://angular-tips.com/blog/2014/03/transclusion-and-scopes/ How isolated scope values are reflected to parent controller (and then to trunscluded html's scope)?... read more »