Hello,

I'm new to AngularJS, but it's easy to learn and clean write. Thank you.

I'm converting my web application to angular from jquery, and doing it step 
by step. It uses bootstrap modal to show remote content on a page. As a 
start, I developed a directive that retrieves some data using $resource and 
show it. It's so short and easy to understand. And the problem starts here.

When I visit remote content directly, everything just works well. It's 
great to see it work. But it's not working when I show it as a remote modal.

I suspect that I'm injecting html after angular being bootstrapped and 
compiled html, so a new directive is not working. Had same problem with FB 
plugins and Twitter widgets, and they provide JS API to re-render widgets.

I'm wondering whether if I can call angularjs api, so it'll look for 
angular directives, and compile it to make it work. I know about ng-view, 
but it needs more work or big step from us.

Thank you

-- 
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/groups/opt_out.

Reply via email to