In the [developer guide for directives](http://docs.angularjs.org/guide/directive), the string interpolation example is odd. ``` html Hello {{username}}! ``` I would expect: ``` html ``` and/or: ``` html Hello {{username}}! ```
In the developer guide for directives, the string interpolation example is odd.
I would expect:
and/or: