From 7930339592d9eab31b79e8179528feb96b1baa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9Aonstantin=20Liuterovich?= Date: Thu, 11 Jun 2015 11:51:48 +0700 Subject: [PATCH] docs(ionOptionButton): add description tag to docs Closes #3918 --- js/angular/directive/itemOptionButton.js | 1 + 1 file changed, 1 insertion(+) 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}.