From f7df91fcd8ed9befa660f345c1fe5ab8f55d0d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=B3s=20Rivera?= Date: Fri, 9 Oct 2015 18:12:16 -0200 Subject: [PATCH] Update body.js Method name is 'addClass' instead of 'add' --- js/angular/service/body.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/body.js b/js/angular/service/body.js index c44d4b5adf3..6bb0c00d6ad 100644 --- a/js/angular/service/body.js +++ b/js/angular/service/body.js @@ -10,7 +10,7 @@ IonicModule return { /** * @ngdoc method - * @name $ionicBody#add + * @name $ionicBody#addClass * @description Add a class to the document's body element. * @param {string} class Each argument will be added to the body element. * @returns {$ionicBody} The $ionicBody service so methods can be chained.