You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Sorry but can't seem to find how to select(click) a item that has been selected.
I have my list, I select an item, then it displays as it should, now I'd like to be able to select that item with a click. On that event I want to style the selected item differently. Unfortunately i can't find the event that permits to do that
Any directions would be most welcome.
thanks
The text was updated successfully, but these errors were encountered:
I have the same question, have you resolved it? thanks.
EDIT: Finally I have found the solution, you have to instanciate the empty object within the controller. Because before this, the object doesn't exist.
$scope.nameOfTheModel={};// Need to instantiate model within controller.
Regards.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Sorry but can't seem to find how to select(click) a item that has been selected.
I have my list, I select an item, then it displays as it should, now I'd like to be able to select that item with a click. On that event I want to style the selected item differently. Unfortunately i can't find the event that permits to do that
Any directions would be most welcome.
thanks
The text was updated successfully, but these errors were encountered: