From 03067ed0eb2994130bc9146466c7eb5cb63014d4 Mon Sep 17 00:00:00 2001 From: Gregory Desfour Date: Tue, 29 Apr 2014 15:01:51 +1200 Subject: [PATCH] Documentation fix for the $ionicBackdrop service Fix the documented name of the release method --- js/angular/service/backdrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/backdrop.js b/js/angular/service/backdrop.js index 25e35c4436..cda5cbec61 100644 --- a/js/angular/service/backdrop.js +++ b/js/angular/service/backdrop.js @@ -51,7 +51,7 @@ function($document) { retain: retain, /** * @ngdoc method - * @name $ionicBackdrop#retain + * @name $ionicBackdrop#release * @description * Releases the backdrop. */