angularjs - Angular within Bootstrap remote tabs -
i have basic angular page, pulls records database , displays in table
via ng-repeat
- working fine standalone page.
i'm using bootstrap remote tabs https://github.com/thecodeassassin/bootstrap-remote-data , calling above page 1 of tabs' content. angular page loaded angular not initialising though reason. nothing binding.
i've tried putting angular scripts both inside / outside of tab, , putting ngapp
inside of tab (remote page) , outside of tab (parent page) , doesn't make difference. there i'm missing?
i not sure trying do, think problem angular finishes loop initializing content before pages loaded inside tabs.
have tried use ng-include load content of tabs dynamically.
also may need call angular apply re initiate binding.
another note, if trying use tabs load data asynchronously, can use regular tabs , let angular handles loading of data using ng-include.
Comments
Post a Comment