Fixes last error in U4-3470 Errors in console window are failed to load resource at

/umbraco/%7B%7Bcmd.icon%7D%7D
This commit is contained in:
Sebastiaan Janssen
2014-03-19 11:48:46 +01:00
parent 76eb06784d
commit 307ea6bd74

View File

@@ -8,7 +8,7 @@
ng-change="selectCommand(cmd)"
/>
<img src="{{cmd.icon}}" />
<img ng-src="{{cmd.icon}}" />
{{cmd.frontEndCommand}}
</div>