Is it possible to use async/await in Ionic 1 project? Would make life a lot easier on promises.
90% of the project I’m working on has synchronous rules that should happen after something else happened, so I suffer a lot from controlling a bunch of promises everywhere.