flashdave1973
Results
2
comments of
flashdave1973
have you tried adding a click function to your controller? ui-turn-on="modal1" ng-click="clickModal(1)" $scope.clickModal = function( param ) { ... }
I was able to get this to work $rootScope.Ui.turnOn('modal1'); you can also try $rootScope.Ui.toggle('modal1');