Skip to content

Commit

Permalink
docs(tabs): remove deprecated direction & add missing deselect
Browse files Browse the repository at this point in the history
  • Loading branch information
bekos authored and pkozlowski-opensource committed Dec 30, 2013
1 parent d9e0f48 commit ba79abe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tabs/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ AngularJS version of the tabs directive.
_(Defaults: 'tabs')_ :
Navigation type. Possible values are 'tabs' and 'pills'.

* `direction`
_(Defaults: null)_ :
What direction the tabs should be rendered. Available: 'right', 'left', 'below'.

#### `<tab>` ####

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

* `select()`
_(Defaults: null)_ :
An optional expression called when tab is activated.
An optional expression called when tab is activated.

* `deselect()`
_(Defaults: null)_ :
An optional expression called when tab is deactivated.

0 comments on commit ba79abe

Please sign in to comment.