Just a quick question:
Can someone explain why the summary
class is able to be directly added to the <span>
element, but not the ng-classes
onto the <form>
tag?
Could it be because the ng-classes
are dynamically generated at runtime? What rules should we follow in this case?