angular-ui-switch
angular-ui-switch copied to clipboard
Ng-Change not Working inside Angular-UI-Grid
Hi Guys, I'm using it inside angular-ui-grid but the ng-change event never fires ... Any clue ? Regards!
Hi !!! Just figured out. For those with the same problem:
You have a function: $scope.showMe = function(){ alert('some');}
So your NG-CHANGE in your Ui-Switch must be: ng-change="grid.appScope.showMe()"