Load database pages

Asked

Viewed 43 times

1

How do I load database pages, so that Angularjs directives work?

Currently, I am loading the pages with jQuery. The page loads perfectly. It turns out that when this occurs, the Angularjs boot cycle has already been completed and it does not recognize the directives that came with the page loaded from the database.

1 answer

0

You need to use the $Compile service. The answer from link has a example no plunker how it works.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.