From d66625385734310d991b207f5a6a0e51e7b4d468 Mon Sep 17 00:00:00 2001 From: Alexander Swensen Date: Wed, 7 Oct 2015 13:22:23 -0400 Subject: [PATCH] Correct documentation typo Fixed typo in documentation link reference. --- js/angular/directive/itemOptionButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/itemOptionButton.js b/js/angular/directive/itemOptionButton.js index 9aa429a8240..b8de9773995 100644 --- a/js/angular/directive/itemOptionButton.js +++ b/js/angular/directive/itemOptionButton.js @@ -10,7 +10,7 @@ var ITEM_TPL_OPTION_BUTTONS = * @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}. +* {@link ionic.service:$ionicListDelegate#closeOptionButtons $ionicListDelegate.closeOptionButtons}. * * Can be assigned any button class. *