AngularJs not working in Bootstrap Modal -
it works fine when page opened not when open modal. expressions show literal text. have use angular bootstrap ui? have example of how done? modals stored partials
you need use
http://angular-ui.github.io/bootstrap/
its simple use, include javascript, little ccs , angular.module('mymodule', ['ui.bootstrap']);
once added have todo things different way, plenty of examples on angular site. 1 of main issue solves problems when href # used.
this may not fix you, should using it. have plunk?
Comments
Post a Comment