Bootstrap Modals with Angular
The not-so-simple approach — embedding a template into the html itself. This is probably not a recommended solution, but I was pressed for time. Anyway, the docs say you need: 1) a template and 2) a controller. Then…you need to listen to the controller Then…you need to do something about the response Ok, it’s not …