Answers for "angular modal with bootstrap"

1

angular modal with bootstrap

ng serve <project> [options]
Posted by: Guest on July-06-2021
0

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)
Posted by: Guest on August-17-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language