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 already did that but in the same view here my code may be that can help someone
<divclass="accordion" accordionng-repeat="(key, value) in foo | groupBy: 'bar.'+vm.selectOpts.defaultOpt">
...
<selectng-model="vm.selectOpts.defaultOpt" ng-options="option for option in vm.selectOpts.optsName"></select>
From an another view you can may be use a broadcast of your select then you can catch it direct in the rootScope.
Hi,
I want change the filtter according option selected by user in another View. Wow I can do it?
Thanks!
The text was updated successfully, but these errors were encountered: