Skip to content

Restrict: "C" #128

@commercial-hippie

Description

@commercial-hippie

I created a app and used my own class to style some elements. I didn't realise using the class timer would cause my data-bindings to fail (different scope).

Would it be possible to remove the class restrict option? Going through the docs I saw no example of creating a timer by using a class so I doubt anyone is using it.

Or am I doing something else wrong? Snippet:

<ul class="timers">
    <li ng-repeat="timer in timers" ng-class="{'last': $last}" class="timer">
        <div class="notes">
            <textarea ng-model="timer.notes" class="form-control"></textarea>
        </div>
    </li>
</ul>

Thanks :)

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