Thanks to visit codestin.com Credit goes to github.com
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 9398580 commit ef3846aCopy full SHA for ef3846a
docs/content/guide/expression.ngdoc
@@ -70,7 +70,7 @@ You can try evaluating different expressions here:
70
<ul>
71
<li ng-repeat="expr in exprs track by $index">
72
[ <a href="" ng-click="removeExp($index)">X</a> ]
73
- <tt>{{expr}}</tt> => <span ng-bind="$parent.$eval(expr)"></span>
+ <code>{{expr}}</code> => <span ng-bind="$parent.$eval(expr)"></span>
74
</li>
75
</ul>
76
</div>
@@ -347,4 +347,4 @@ When using a directive that takes an expression:
347
348
<li ng-repeat="item in ::items | orderBy:'name'">{{item.name}};</li>
349
350
-```
+```
0 commit comments