I have a modal window that I use to present a form to users. They enter the information and then press a button the has an ng-click. The server processes the request and s
You can add data-dismiss="modal" to your button attributes which call angularjs funtion.
Such as;
Send Form