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.

ng-class doesn't work if you have ng-include element in the same tag #3991

@nathanredblur

Description

@nathanredblur

ng-class doesn't work if you have ng-include element in the same tag

Example
WORK

<header class="myClass" ng-class="myDinamicClass"></header>

NO WORK

<header class="myClass" ng-class="myDinamicClass" ng-include="'/myHtml.html'"></header>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions