How can I add specific attribute to the element based on the Boolean value?
<video ng-attr="{autoplay:is_autoplay}">
...
How can I add specific attribute to the element based on the Boolean value?
<video ng-attr="{autoplay:is_autoplay}">
...