Skip to content

Commit

Permalink
docs(tabs): mention for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Feb 3, 2015
1 parent f6233e8 commit a7b8944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/angular/directive/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* ```
*
*```javascript
* app.controller('MyCtrl', function($scope, $ionicLoading) {
* app.controller('MyCtrl', function($scope) {
* $scope.shouldShowDelete = false;
* $scope.shouldShowReorder = false;
* $scope.listCanSwipe = true
Expand Down
7 changes: 5 additions & 2 deletions js/angular/directive/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
* Powers a multi-tabbed interface with a Tab Bar and a set of "pages" that can be tabbed
* through.
*
* Assign any [tabs class](/docs/components#tabs) or
* [animation class](/docs/components#animation) to the element to define
* Assign any [tabs class](/docs/components#tabs) to the element to define
* its look and feel.
*
* For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top
* of the screen, below the nav-bar. This follows each OS's design specification, but can be
* configured with the [$ionicConfigProvider](docs/api/provider/$ionicConfigProvider/).
*
* See the {@link ionic.directive:ionTab} directive's documentation for more details on
* individual tabs.
*
Expand Down

0 comments on commit a7b8944

Please sign in to comment.