mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Toderp uses modal again.
This commit is contained in:
@ -57,7 +57,8 @@ angular.module('ionic.todo.controllers', ['ionic.todo'])
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.showLogin = function() {
|
$scope.showLogin = function() {
|
||||||
//$scope.loginModal && $scope.loginModal.show();
|
$scope.loginModal && $scope.loginModal.show();
|
||||||
|
/*
|
||||||
ActionSheet.show({
|
ActionSheet.show({
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: 'Option 1' },
|
{ text: 'Option 1' },
|
||||||
@ -78,6 +79,7 @@ angular.module('ionic.todo.controllers', ['ionic.todo'])
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user