How to pass multiple parameter of filter to watch function
I have two kind of filter one is search and other file is an option. How can I merge them in one watch function so I can use both as filter in the controller:
but the page does not refresh, after search it works but if I change the filter value, the page does not refresh the obtained value from the controller is correct
@vincent15000 I understand this, my problem is not that the things are not reacting when is changed, the problem is when search text is changed, the cotroller returns date and the view is changed, but wieh filter value is changed, controller replies correctly but the ui does not updating