Param | Type | Details |
---|---|---|
panesId | string | The id of the toggle panes component where the callback is being fired. |
callback | Function | The function to be called when the cancel event is fired. |
scope | Object | The $scope object for unsubscribing to the event when the scope is destroyed. |
Param | Type | Details |
---|---|---|
panesId | string | The id of the toggle panes component to fire the toggle against. |
paneNumber | number | The number of the pane to switch to (0 based so the first pane is 0, the second pane is 1 etc.). |