mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
2
js/angular/service/popup.js
vendored
2
js/angular/service/popup.js
vendored
@@ -452,7 +452,7 @@ function($animate, $ionicTemplateLoader, $ionicBackdrop, $log, $q, $timeout, $ro
|
||||
buttons: [{
|
||||
text: opts.cancelText || 'Cancel',
|
||||
type: opts.cancelType|| 'button-default',
|
||||
onTap: function(e) { e.preventDefault(); }
|
||||
onTap: function(e) {}
|
||||
}, {
|
||||
text: opts.okText || 'OK',
|
||||
type: opts.okType || 'button-positive',
|
||||
|
||||
Reference in New Issue
Block a user