Why will my twitter widget not render if i change the view in angularjs?
问题 Hi and thanks for reading. I have a angular app im making and ive stumbled on a problem. set up as so index.html- <html ng-app="myApp"> ... <div ng-view></div> <div ng-include="'footer.html'"></div> ... </html> I wont bother putting my routes its pretty simple /home is shows the /home/index.html and so on... /home/index.html (default view when you come to the site) <div class="responsive-block1"> <div class="tweet-me"> <h1> tweet me </h1> </div> <div class="twitter-box"> <twitter-timeline><