Adrian
Member since Mar 4, 2013
- Profile: /members/10717-adrian.htm
- Comments: 3
Recent Blog Comments By Adrian
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Mar 13, 2013 at 11:27 PM
@Prad, Ah yes the change would not be relevant to the app controller. If you want the isChangeRelevant() to return true when the petID changes, I think you can pass the petID params to the getRenderContext() in app controller.... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Mar 13, 2013 at 11:04 PM
@Prad, Clicking random pet works for me (tested on FF) what browser did you test? The change should be relevant because petID param is passed on to the getRenderContext in detail controller. isChangeRelevant will check the change in params that was passed by getRenderContext.... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Mar 4, 2013 at 10:28 PM
Brilliant. Thanks for sharing! Btw why is render context called 'Beans' ?... read more »