We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
direction
deselect
1 parent d9e0f48 commit ba79abeCopy full SHA for ba79abe
src/tabs/docs/readme.md
@@ -16,10 +16,6 @@ AngularJS version of the tabs directive.
16
_(Defaults: 'tabs')_ :
17
Navigation type. Possible values are 'tabs' and 'pills'.
18
19
- * `direction`
20
- _(Defaults: null)_ :
21
- What direction the tabs should be rendered. Available: 'right', 'left', 'below'.
22
-
23
#### `<tab>` ####
24
25
* `heading` or `<tab-heading>`
@@ -36,4 +32,8 @@ AngularJS version of the tabs directive.
36
32
37
33
* `select()`
38
34
_(Defaults: null)_ :
39
- An optional expression called when tab is activated.
35
+ An optional expression called when tab is activated.
+
+ * `deselect()`
+ _(Defaults: null)_ :
+ An optional expression called when tab is deactivated.
0 commit comments