Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 381b185

Browse files
blaise-iocaitp
authored andcommitted
docs(guide/expressions): replace curly quotes with straight quotes in code example
REAL QUOTES HAVE CURVES Closes #10017
1 parent fa0d8c4 commit 381b185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/expression.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ someModule.directive('someDirective', function() {
314314
```
315315

316316
```html
317-
<div some-directive name=::myName color=My color is {{::myColor}}></div>
317+
<div some-directive name="::myName" color="My color is {{::myColor}}"></div>
318318
```
319319

320320

0 commit comments

Comments
 (0)