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
I am using ion scroll tabs and have used the ion filterbar now that in each tab i have to filter results i have saved all the elements in one scope variable and distinct elemets for each tabs in distinct elements and when i am calling the ion filter i am searching the scope variable with all elements and in update function i am assigning distinct variables with the filtered result
now when i close the filter bar these distinct variables contain whole elements in variable containing all elements
so now what i want is when user closes search i will reassign these distinct tab variables with there respective elements
so which function should i call
The text was updated successfully, but these errors were encountered:
Which method is called when ion filter bar closes
I am using ion scroll tabs and have used the ion filterbar now that in each tab i have to filter results i have saved all the elements in one scope variable and distinct elemets for each tabs in distinct elements and when i am calling the ion filter i am searching the scope variable with all elements and in update function i am assigning distinct variables with the filtered result
now when i close the filter bar these distinct variables contain whole elements in variable containing all elements
so now what i want is when user closes search i will reassign these distinct tab variables with there respective elements
so which function should i call
The text was updated successfully, but these errors were encountered: