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

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -