Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

ng-class with array syntax adds "null" classes #513

Closed
chirayuk opened this issue Feb 5, 2014 · 0 comments
Closed

ng-class with array syntax adds "null" classes #513

chirayuk opened this issue Feb 5, 2014 · 0 comments
Assignees
Milestone

Comments

@chirayuk
Copy link
Contributor

chirayuk commented Feb 5, 2014

e.g. Suppose style1=null, style2="foo". Then

<p ng-class="[style1, style2]">text</p>

results in

<p class="null foo">

instead of

<p class="foo">
@chirayuk chirayuk self-assigned this Feb 5, 2014
@chirayuk chirayuk added the bug label Feb 5, 2014
chirayuk added a commit to mhevery/angular.dart that referenced this issue Feb 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant