https://github.com/patrickjs/angular-async
Async unwrap filters for Angular1 from Angular2 AsyncPipe
https://github.com/patrickjs/angular-async
Last synced: 15 days ago
JSON representation
Async unwrap filters for Angular1 from Angular2 AsyncPipe
- Host: GitHub
- URL: https://github.com/patrickjs/angular-async
- Owner: PatrickJS
- Created: 2015-03-14T20:47:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T18:30:07.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T21:49:56.837Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-async
Async unwrap filters for AngularJS 1.x
```html
-
{{ (item | await).content | uppercase }}
```
sidenote: `async` and `await` are the same only aliased