Skip to content

Twitter url is not recalculated once she is defined #21

@Safiomba

Description

@Safiomba

In a angular webapp, if we navigate in tabs, the main template in which is included the directive does not change but the url is.
This creates a problem for twitter due to the code at line 70:
scope.status = scope.status || ("Check this out! - " + url);

For my usage, it should only be:
scope.status = "Check this out! - " + url

Thanks for good job :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions