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

Commit ff5f645

Browse files
committed
docs($interpolate): fix heading
1 parent 6bc81ae commit ff5f645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function $InterpolateProvider() {
180180
*
181181
* `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior.
182182
*
183-
* ####Escaped Interpolation
183+
* #### Escaped Interpolation
184184
* $interpolate provides a mechanism for escaping interpolation markers. Start and end markers
185185
* can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash).
186186
* It will be rendered as a regular start/end marker, and will not be interpreted as an expression

0 commit comments

Comments
 (0)