From 22c8e0c0de104c74e4b72b397cfaf297b4ab8f19 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Fri, 28 Aug 2015 23:39:07 +0200 Subject: [PATCH] showcase: rest.module.js ngdoc improvements --- angularjs/showcase/src/showcase/app/rest/rest.module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/showcase/src/showcase/app/rest/rest.module.js b/angularjs/showcase/src/showcase/app/rest/rest.module.js index 284a218..0ca5bc1 100644 --- a/angularjs/showcase/src/showcase/app/rest/rest.module.js +++ b/angularjs/showcase/src/showcase/app/rest/rest.module.js @@ -8,9 +8,9 @@ * @requires app.core * * @description - * # app.welcome + * # app.rest * - * ## Module welcome. + * ## Module rest. * Module in charge of sending REST requests. */ angular.module('app.rest', [ -- 2.1.4