Reactive-Extensions/rx.angular.js

digest() operator does not pass values to subscribers, has no tests or docs

Closed this issue · 1 comments

The digest operator in src/observableRuntimeExtensions.js does not pass next values through to observers after invoking the property setter like it does with errors and completes.

It also has no tests or docs.

Working on a pull request to fix....

Also if the user provides an expression that is not assignable, it should probably send an error.