I have 2 type pages
- Grid with posts
- post details page (with related posts)
when click to post on first page i show modal view and get content from ajax request, after that run angular.bootstrap
. It is ok, it works
i have a problem on second page, because i run angular.bootstrap
when page loads, for exact post, and when want to "re-bootstrap" angular then click to related post (showing with modal), get a problem, cause already have a ng-app, but i can't remove DOM for the exact post.
do you have any suggestion about this thing ?