The result of this work is available now AngularJS action icons directive that sends click events to your code as promises: https://github.com/ajoslin103/angular-action-icons
On Thursday, February 12, 2015 at 4:31:46 PM UTC-5, Al J wrote: > > hooked up the purely presentation action icons w/an emit on the rootScope > -- a purely logic service will direct the execution of the desired actions > > also emit-ing via a promise so the icon will only be updated when the > action is successful > > thanks for your help -- this is looking gorgeous > > al; > > > > > On Wednesday, February 11, 2015 at 4:41:56 PM UTC-5, Al J wrote: >> >> can this be right? >> >> in my able controller I $compile the icon set holder >> >> in my icon set holder I $compile the types of icons >> >> in the icons I $compile the final working html >> >> al; >> >> >> On Wednesday, February 11, 2015 at 3:07:46 PM UTC-5, Al J wrote: >>> >>> got it >>> >>> this was a big help: >>> http://www.benlesh.com/2013/08/angular-compile-how-it-works-how-to-use.html >>> >>> thanks >>> al; >>> >>> >>> On Wednesday, February 11, 2015 at 2:18:17 PM UTC-5, Al J wrote: >>>> >>>> ok, so I'm in the directive link function and I've built the html but I >>>> can't figure out how to give the compile statement a scope >>>> >>>> maybe I can add a controller and do the compile there >>>> >>>> al; >>>> >>>> >>>> On Wednesday, February 11, 2015 at 11:50:34 AM UTC-5, Sander Elias >>>> wrote: >>>>> >>>>> Hi Al, >>>>> >>>>> yes, this is a job for ng-repeat. perhaps with an ng-switch inside. >>>>> (or a/some filters) >>>>> >>>>> Regards >>>>> Sander >>>>> >>>> -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
