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

Commit dea1c0d

Browse files
BoshenNarretz
authored andcommitted
docs(ngInit): fix code block not being displayed in the note section
Closes #10791
1 parent f533acc commit dea1c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* **Note**: If you have assignment in `ngInit` along with {@link ng.$filter `$filter`}, make
2020
* sure you have parenthesis for correct precedence:
2121
* <pre class="prettyprint">
22-
* <div ng-init="test1 = (data | orderBy:'name')"></div>
22+
* `<div ng-init="test1 = (data | orderBy:'name')"></div>`
2323
* </pre>
2424
* </div>
2525
*

0 commit comments

Comments
 (0)