From b2c28421f8de6427ab7668d8ce3f26027a845319 Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Tue, 10 Mar 2015 09:29:27 -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..08e7bede8662 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', []);