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

make $location getters easily observable #643

Closed
@IgorMinar

Description

@IgorMinar

if we removed this references from $location getters, we could write scope.$watch($location.url, ..) instead of scope.$watch(function() { return $location.url() }, ...)

this should be a trivial change

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions