
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 02:10 PM
Have this snippet of code in my HTML Template:
then a bit further down:
When someone types into the <input> field, the table rows show/hide perfectly, as expected.
However, when you click the close button that calls the cancelGroupSearch() function:
and the $scope.searchingForThisGroup gets set back to an empty string '', the table row data doesn't change to showing everything.
Why?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 02:22 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 02:18 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 02:22 PM
Fixed.
Using $scope.data.searchingForThisGroup fixed it.
Odd.