From 307636b833f734c44e7846e387aebdfb5cfc4d48 Mon Sep 17 00:00:00 2001 From: Sabrina Date: Thu, 9 Oct 2014 18:07:54 +0800 Subject: [PATCH] fix typo for close tag --- js/angular/directive/collectionRepeat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 9199abb961..e63505d952 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -51,7 +51,7 @@ * {% raw %}{{item}}{% endraw %} * * - * + * * ``` * ```js * function ContentCtrl($scope) {