moxie-lean / ng-patternlab

Atomic Design Patternlab in Angular for use with the LEAN Ecosystem
http://getmoxied.net/lean
MIT License
0 stars 1 forks source link

Fix parsing errors on objects with multiple HTML values #107

Closed mitogh closed 7 years ago

mitogh commented 7 years ago

In order to improve the sanitacion of values and prevent errors when the markup uses multiple elements we use a virtual node to create a better normalization process and make sure the sanitazion is done correctly.