摘要: var app = angular.module("encodeDecode", []); app.controller("encodeDecodeCtrl", ($scope, str) => { $scope.encode = btoa(str); $scope.dec... 阅读全文
posted @ 2015-05-04 11:06 Waichung 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 使用以下代码:ionic.Platform.exitApp();在控制器中增加:$scope.Quit = function(){ ionic.Platform.exitApp();} 阅读全文
posted @ 2015-05-04 10:26 Waichung 阅读(533) 评论(0) 推荐(0) 编辑