angular-async

Async unwrap filters for AngularJS 1.x


Keywords
angular, angularjs, unwrap, promise unwrap, async, await, angular-async, angular-await, ngAsync, ngAwait, gdi2290, PatrickJS
License
MIT
Install
bower install angular-async#v0.0.1

Documentation

angular-async

Async unwrap filters for AngularJS 1.x

  <ul>
    <li ng-repeat="item in (items | async)">
      {{ (item | await).content  | uppercase }}
    </li>
  </ul>

sidenote: async and await are the same only aliased