From 00475f25c8a1a4f1f2550694aa8ca50f9e426b54 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Thu, 26 May 2016 18:50:59 +0200 Subject: [PATCH] fix(doc): Add missing comma in example (#8769) --- modules/@angular/common/src/directives/ng_class.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/common/src/directives/ng_class.ts b/modules/@angular/common/src/directives/ng_class.ts index d6bda4e6c9..66b051bd5b 100644 --- a/modules/@angular/common/src/directives/ng_class.ts +++ b/modules/@angular/common/src/directives/ng_class.ts @@ -58,7 +58,7 @@ import {StringMapWrapper, isListLikeIterable} from '../../src/facade/collection' * color: gray; * border: medium solid gray; * } - * `] + * `], * directives: [NgClass] * }) * class ToggleButton {