We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I asked a question in stackoverflow about a two way binding issue with the ListView.
The issue is that selecting a list item (mouse click or touch) does not set the selection variable.
The text was updated successfully, but these errors were encountered:
You have to use selection-mode="'single'" tap-behavior="'directSelect'". I have answered in SO, Pls see the JSFiddle in for example.
SO Link http://stackoverflow.com/questions/33380549
Sorry, something went wrong.
And what if we change the content of the selection property ? For example :
selection
selection="test"
EDIT : sorry, I just found that we need to define an array in the controller $scope.selection = [];.
$scope.selection = [];
No branches or pull requests
I asked a question in stackoverflow about a two way binding issue with the ListView.
The issue is that selecting a list item (mouse click or touch) does not set the selection variable.
The text was updated successfully, but these errors were encountered: