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:
@@ -8,7 +8,7 @@
|
||||
ng-change="selectCommand(cmd)"
|
||||
/>
|
||||
|
||||
<img src="{{cmd.icon}}" />
|
||||
<img ng-src="{{cmd.icon}}" />
|
||||
|
||||
{{cmd.frontEndCommand}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user