jwahyoung/ng-oboe

Wrap oboe methods in $q promise object

Closed this issue · 1 comments

While the library works, using oboe in a controller call does not cause an Angular digest. Wrap all oboe calls in $scope.$apply to make this automatic and take burden off of the user.

This was completed in commit e3fcba9d2.