Skip to content

Bind not watching deep with key like 'some.inner' #343

@baumblatt

Description

@baumblatt

Hello,

The bind function is not watching deep with key like some.inner because angular.isObject always returns false with call:
isObject(scope[key])

The correct is object test must be:
isObject($parse(key)(scope))

Possible related issues:
#322

Best regards,
Bernardo Baumblatt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions