Skip to content

Commit

Permalink
docs(guide/interpolation): fix typo in markdown (code highlight)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosouza authored and gkalpak committed May 2, 2017
1 parent 8f563e2 commit d21acaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/interpolation.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If the interpolated value is not a `String`, it is computed as follows:
- `undefined` and `null` are converted to `''`
- if the value is an object that is not a `Number`, `Date` or `Array`, $interpolate looks for
a custom `toString()` function on the object, and uses that. Custom means that
`myObject.toString !== `Object.prototype.toString`.
`myObject.toString !== Object.prototype.toString`.
- if the above doesn't apply, `JSON.stringify` is used.

### Binding to boolean attributes
Expand Down

0 comments on commit d21acaf

Please sign in to comment.