From 011d4d6aff390376c68c89acaef2fd884e694d7f Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Wed, 29 Apr 2015 22:57:16 -0700 Subject: [PATCH] Example directive 'greetingBox' misspelled --- src/ngAnimate/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 86ecf5c9a21d..9d54b4faad5a 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -601,7 +601,7 @@ * imagine we have a greeting box that shows and hides itself when the data changes * * ```html - * Hi there + * Hi there * ``` * * ```js