This may have to do with the way you handle your p...
# package-development
d
This may have to do with the way you handle your promises. If you use the
async
syntax, you're probably creating the "wrong" type of promise, and missing the update cycle of angular js. If on the other hand, you just use
.then()
, together with
$http
or
$q
, then all should work as expected