Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Firefox ignores 'watch' class name in ng-class directive. #11813

Closed
@joshmatz

Description

@joshmatz

I'm not sure if this is an Angular or Firefox bug (or maybe I'm just missing something else) because no other browsers are having this problem...

But given a code snippet like:

<div ng-class="{className: true, watch: true, sympathy: true}">

Firefox will generate:

<div class="className sympathy"><div>

You can see this using the following Pen (Angular 1.3.2):
http://codepen.io/joshmatz/pen/Xbmame

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions