Skip to content

Commit

Permalink
docs(ion-list): include list types
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Sep 16, 2014
1 parent 046ad53 commit 60b3f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*
* @param {string=} delegate-handle The handle used to identify this list with
* {@link ionic.service:$ionicListDelegate}.
* @param type {string=} The type of list to use (for example, list-inset for an inset list)
* @param type {string=} The type of list to use (list-inset or card)
* @param show-delete {boolean=} Whether the delete buttons for the items in the list are
* currently shown or hidden.
* @param show-reorder {boolean=} Whether the reorder buttons for the items in the list are
Expand Down

0 comments on commit 60b3f86

Please sign in to comment.