Skip to content

auto-start attribute name is not compatible with Angular 1.2 #14

Closed
@alexandrosm

Description

@alexandrosm

Due to a new feature described here angular/angular.js@e46100f, attributes that end with "-start" or "-end" will get that truncated. So auto-start gets passed to the directive as "auto".

Took me quite a bit of time to figure out what was going on (had to git bisect the angular codebase).

The simple solution would be to call the attribute "autostart", but I guess there could be other approaches to this.

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