hmm, a small code example of what I mean by hooking up to the template.

this might be inside your wa-comment template:
```html
<button ng-click='reply=!reply'>show reply form</button>
<div ng-if='reply'>
    <wa-replyform id='waComment.commentID'></wa-replyform>
</div>
```

This will only show/load/compile the form directive when the user clicks 
the button. I assume you did put an controller on waComment, where you keep 
the relevant data, so I reused that data.

Does this help you a bit?

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.

Reply via email to