diff --git a/js/angular/directive/itemOptionButton.js b/js/angular/directive/itemOptionButton.js index a9e3f239298..9aa429a8240 100644 --- a/js/angular/directive/itemOptionButton.js +++ b/js/angular/directive/itemOptionButton.js @@ -7,6 +7,7 @@ var ITEM_TPL_OPTION_BUTTONS = * @parent ionic.directive:ionItem * @module ionic * @restrict E +* @description * Creates an option button inside a list item, that is visible when the item is swiped * to the left by the user. Swiped open option buttons can be hidden with * {@link ionic.service:$ionicListDelegate#closeOptionButtons $ionicListDelegate#closeOptionButtons}.