From f0e7f13f30e90ad8b5787ebcbce5e6f0ae0990a0 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 18 Aug 2015 16:47:06 -0700 Subject: [PATCH] doc(NgStyle): fix missing [] Closes #3711 --- modules/angular2/src/directives/ng_style.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/angular2/src/directives/ng_style.ts b/modules/angular2/src/directives/ng_style.ts index cf9f4801bf..6474aba731 100644 --- a/modules/angular2/src/directives/ng_style.ts +++ b/modules/angular2/src/directives/ng_style.ts @@ -14,16 +14,16 @@ import {Renderer} from 'angular2/src/render/api'; * # Example: * * ``` - *
+ *
* ``` * - * In the above example the `text-align` style will be updated based on the `alignEpr` value + * In the above example the `text-align` style will be updated based on the `alignExp` value * changes. * * # Syntax * - * - `
` - * - `
` + * - `
` + * - `
` */ @Directive({ selector: '[ng-style]',