Skip to content

Model value set incorrectly #4

@sigMacity

Description

@sigMacity

The line:
$parse( attr.ngModel ).assign( scope, null );
should read:
$parse( attr.ngModel ).assign( scope, '' );
Otherwise spurious results occur when clearing model value.

Also, installation instruction should also specify installing .css file, not just .js

Hope this was helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions