mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Removed item testing thing
This commit is contained in:
@ -105,8 +105,7 @@
|
||||
type: 'button-danger',
|
||||
buttonClicked: function(item) {
|
||||
// Remove ourselves
|
||||
//$scope.items.splice($scope.items.indexOf(item), 1);
|
||||
item.hide = true;
|
||||
$scope.items.splice($scope.items.indexOf(item), 1);
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user