Skip to content

PatrickJS/angular-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Async unwrap filters for Angular1 from Angular2 AsyncPipe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages