-
Notifications
You must be signed in to change notification settings - Fork 933
Closed
Description
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
Labels
No labels