We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3557e commit 331cac2Copy full SHA for 331cac2
src/ng/directive/ngInit.js
@@ -19,7 +19,7 @@
19
* **Note**: If you have assignment in `ngInit` along with {@link ng.$filter `$filter`}, make
20
* sure you have parenthesis for correct precedence:
21
* <pre class="prettyprint">
22
- * <div ng-init="test1 = (data | orderBy:'name')"></div>
+ * `<div ng-init="test1 = (data | orderBy:'name')"></div>`
23
* </pre>
24
* </div>
25
*
0 commit comments