This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Weird example of string interpolation in directives guide #1339
Labels
Comments
Also, wouldn't |
Yes, that too. |
I opted for just: <p>Hello {{username}}!</p> |
will fix On Thu, Sep 6, 2012 at 9:19 PM, Brian Ford [email protected] wrote:
|
btford
added a commit
to btford/angular.js
that referenced
this issue
Sep 8, 2012
I fixed my PR. |
btford
added a commit
that referenced
this issue
Sep 11, 2012
btford
added a commit
that referenced
this issue
Sep 11, 2012
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the developer guide for directives, the string interpolation example is odd.
I would expect:
and/or:
The text was updated successfully, but these errors were encountered: