lega911 / angular-light

Alight is a library for building interactive MVVM web interfaces/applications. (project is deprecated)
MIT License
274 stars 43 forks source link

check result of callback for Promise #218

Closed lega911 closed 7 years ago

lega911 commented 7 years ago
click: function() {
  return Promise( (resolve) => setTimeout(resolve, 1000) );
}