For example:
<img ng-show="showMe" alt="image" class="img-preview" ng-src="{{imgSource}}"
style="width: 100%; height: 180px;" />
in this case, why need I to wrap imgSource
with braces and don't need the same with showMe
?
And how should I recognize cases is it required or not? Is there any list of such requirements or strict rule of usage?