logo
  • 教程列表
  • SO官方文檔
  • 在離子中建立對話方塊
    • 在離子中建立對話方塊
  1. StackOverflow 文件
  2. ionic-framework 教程
  3. 在離子中建立對話方塊
  4. 在離子中建立對話方塊

在離子中建立對話方塊

Created: November-22, 2018

 // An alert dialog
 $scope.showAlert = function() {
   var alertPopup = $ionicPopup.alert({
     title: 'Don\'t eat that!',
     template: 'It might taste good'
   });

   alertPopup.then(function(res) {
     console.log('Hello your first example.');
   });
 };
});
  • 在離子中建立對話方塊

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明