Toderp uses modal again.

This commit is contained in:
Max Lynch
2013-10-06 15:31:56 -05:00
parent 81d75e072c
commit 6e35cc54bd

View File

@ -57,7 +57,8 @@ angular.module('ionic.todo.controllers', ['ionic.todo'])
};
$scope.showLogin = function() {
//$scope.loginModal && $scope.loginModal.show();
$scope.loginModal && $scope.loginModal.show();
/*
ActionSheet.show({
buttons: [
{ text: 'Option 1' },
@ -78,6 +79,7 @@ angular.module('ionic.todo.controllers', ['ionic.todo'])
return true;
}
});
*/
};
})