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>
tag can see it. But when write some code into tag I cant see it anything
– TigerSpirt Jun 16 '17 at 07:13