angular modal with bootstrap
ng serve <project> [options]
angular modal with bootstrap
ng serve <project> [options]
bootstrap 4 modal angularjs controller
/**
* Opens bootstarp modal with templateUrl, controller and modalData.
*
* @param {string} tmplUrl - template Url.
* @param {string} controllerName - controller to bind to modal.
* @param {*} [modalData] - this additional data will get injected as $scope.modalData.
*
* @return {object} promise which will be resolved or rejected while closing the modal.
*/
$bootstrap4Modal.show(tmplUrl, controllerName, modalData)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us