File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ __`app/index.html`:__
64
64
...
65
65
</pre>
66
66
67
- The syntax for using filters in angular templates is as follows:
67
+ The syntax for using filters in Angular templates is as follows:
68
68
69
69
{{ expression | filter }}
70
70
@@ -121,7 +121,7 @@ output.
121
121
122
122
# Experiments
123
123
124
- * Let's experiment with some of the {@link api/ng.$filter built-in angular filters} and add the
124
+ * Let's experiment with some of the {@link api/ng.$filter built-in Angular filters} and add the
125
125
following bindings to `index.html`:
126
126
* `{{ "lower cap string" | uppercase }}`
127
127
* `{{ {foo: "bar", baz: 23} | json }}`
@@ -137,7 +137,7 @@ the following to index.html:
137
137
# Summary
138
138
139
139
Now that you have learned how to write and test a custom filter, go to {@link step_10 step 10} to
140
- learn how we can use angular to enhance the phone details page further.
140
+ learn how we can use Angular to enhance the phone details page further.
141
141
142
142
143
143
<ul doc-tutorial-nav="9"></ul>
You can’t perform that action at this time.
0 commit comments