From 6f6a48bffaa580b7ec8ebdec4e1a61d7c40d5929 Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Wed, 11 Mar 2015 09:02:46 -0300 Subject: [PATCH] docs($templateCache): highlight the $templateCache service --- src/ng/cacheFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 41488d45af72..377c0c820d54 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -372,7 +372,7 @@ function $CacheFactoryProvider() { * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (IE, * element with ng-app attribute), otherwise the template will be ignored. * - * Adding via the $templateCache service: + * Adding via the `$templateCache` service: * * ```js * var myApp = angular.module('myApp', []);