Luis
Member since Oct 21, 2013
- Profile: /members/11350-luis.htm
- Comments: 1
Recent Blog Comments By Luis
-
Directive Link, $observe, And $watch Functions Execute Inside An AngularJS Context
Posted on Oct 21, 2013 at 9:37 PM
Hey Ben, I am writing a directive to dump a list on a page based on html data I retrieve async from the database server. see below: I thought that "MenuService.getMenuData().then" would wait for the data but some how the directive ends before the data arrives. I know I could put a timeou... read more »