Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit ba79abe

Browse files
bekospkozlowski-opensource
authored andcommitted
docs(tabs): remove deprecated direction & add missing deselect
1 parent d9e0f48 commit ba79abe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tabs/docs/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ AngularJS version of the tabs directive.
1616
_(Defaults: 'tabs')_ :
1717
Navigation type. Possible values are 'tabs' and 'pills'.
1818

19-
* `direction`
20-
_(Defaults: null)_ :
21-
What direction the tabs should be rendered. Available: 'right', 'left', 'below'.
22-
2319
#### `<tab>` ####
2420

2521
* `heading` or `<tab-heading>`
@@ -36,4 +32,8 @@ AngularJS version of the tabs directive.
3632

3733
* `select()`
3834
_(Defaults: null)_ :
39-
An optional expression called when tab is activated.
35+
An optional expression called when tab is activated.
36+
37+
* `deselect()`
38+
_(Defaults: null)_ :
39+
An optional expression called when tab is deactivated.

0 commit comments

Comments
 (0)