GUAC-932: Dynamic "src" attribute for img tag should be "ng-src".

This commit is contained in:
Michael Jumper
2014-11-30 04:13:19 -08:00
parent eb8e27a6f3
commit f5e300250d

View File

@@ -61,7 +61,7 @@
<div ng-repeat="recentConnection in recentConnections" class="connection"> <div ng-repeat="recentConnection in recentConnections" class="connection">
<a href="#/client/{{recentConnection.type}}/{{recentConnection.id}}/{{recentConnection.name}}"> <a href="#/client/{{recentConnection.type}}/{{recentConnection.id}}/{{recentConnection.name}}">
<div class="thumbnail"> <div class="thumbnail">
<img alt="{{recentConnection.name}}" src="{{recentConnection.thumbnail}}"/> <img alt="{{recentConnection.name}}" ng-src="{{recentConnection.thumbnail}}"/>
</div> </div>
<div class="caption"> <div class="caption">
<span class="name">{{recentConnection.name}}</span> <span class="name">{{recentConnection.name}}</span>