Doubt modifying HTML tags with AngularJS

0

Someone could tell me how I can change an html tag with angular, like I would add a ng-model tag and from that I could change tag properties like class, id, text, etc ...

    
asked by anonymous 28.01.2015 / 02:35

1 answer

4

You can create your own policy for this. See the angular documentation ( link ), the following section ' Creating a Directive that Manipulates the DOM '

This article can help you too. ( link )

    
04.02.2015 / 14:40