Confirmation dialog on ng-click - AngularJS

后端 未结 17 1504
一向
一向 2020-11-30 00:03

I am trying to setup a confirmation dialog on an ng-click using a custom angularjs directive:

app.directive(\'ngConfirmClick\', [
    function()         


        
17条回答
  •  借酒劲吻你
    2020-11-30 01:04

    I created a module for this very thing that relies on the Angular-UI $modal service.

    https://github.com/Schlogen/angular-confirm

提交回复
热议问题