From 36b888e78102ec580d831216b372cfebd91c9c1a Mon Sep 17 00:00:00 2001 From: Arlen Christian Mart Cuss Date: Tue, 19 Mar 2013 15:02:03 +1100 Subject: docs(directive): Fix entity confusion in example. --- docs/content/guide/directive.ngdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 88aa6880..cf70ad10 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -39,11 +39,11 @@ the following example.
Hello
- <span ng:bind="name">
- <span ng_bind="name">
- <span ng-bind="name">
- <span data-ng-bind="name">
- <span x-ng-bind="name">
+ <span ng:bind="name">
+ <span ng_bind="name">
+ <span ng-bind="name">
+ <span data-ng-bind="name">
+ <span x-ng-bind="name">
-- cgit v1.2.3