1

Why can't create a component in angularjs like this?

This is important to my because sometime when I buy a template the styles are very big and I need simplify and standardise my code:

This is what I want:

<my-component-test>
    <div>
            <h1> this can't be </h1>
    </div>
</my-component-test>

this is file my-component-test.html:

<div class="etc">
    <div class="row">
        <div class="col-sm-12">
            <div class="etc">
                <div class="etc">
                </div>
            </div>
        </div>
    </div>
</div>
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
TigerSpirt
  • 161
  • 1
  • 12

0 Answers0