Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

fromEvent not firing in V4.0.1 at least with angularjs & angular-material #957

@manuelfc1

Description

@manuelfc1

I'm using Observable fromEvent inside a very simple directive with angularjs and angular material,
everything goes well with V.4.0.0, but when I update to v.4.0.1 it does not work any more.

This is the link function of the angular directive:

link = (scope: IExtendedScope, ele: ng.IAugmentedJQuery, attrs: IExtendedAttrs) => {
this.rx.Observable.fromEvent(ele[0], 'click')
// bla bla bla
.subscribe(
(res: any) => console.log(res),
(err: Error) => console.log(err),
() => console.log('completed'));
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions