Skip to content

Commit 37fba73

Browse files
committed
Update README.md
1 parent 8a25ec9 commit 37fba73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ names of private objects with $$. So, do not use the $ or $$ prefix in your code
194194
Filters are used to format data before displaying it to the user. They can be used in view templates, controllers, services and directives. There are some built-in filters provided by AngularJS like as Currency, Date, Number, OrderBy, Lowercase, Uppercase etc. You can also create your own filters.
195195

196196
Filter Syntax
197-
```{{ expression | filter}}```
197+
```javascript
198+
{{ expression | filter}}
199+
```
198200

199201

200202
#### Q. ***What are Directives in AngularJS?***

0 commit comments

Comments
 (0)