Chromium Code Reviews| Index: gm/rebaseline_server/static/view.html |
| diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html |
| index 179a41ea2d01a41aa9b8300a231eb40eb99027b0..2c11804a45fdb5e04d31f667e82627e063c32524 100644 |
| --- a/gm/rebaseline_server/static/view.html |
| +++ b/gm/rebaseline_server/static/view.html |
| @@ -345,7 +345,7 @@ |
| <a href="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_A][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_A_URL]}}" target="_blank">View Image</a><br/> |
| <img ng-if="showThumbnails" |
| width="{{imageSize}}" |
| - src="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_A][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_A_URL]}}" /> |
| + ng-src="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_A][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_A_URL]}}" /> |
|
epoger
2014/04/10 20:39:26
See http://stackoverflow.com/questions/12922509/im
|
| </div> |
| <div ng-show="imagePair[constants.KEY__IMAGE_A_URL] == null" |
| style="text-align:center"> |
| @@ -359,7 +359,7 @@ |
| <a href="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_B][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_B_URL]}}" target="_blank">View Image</a><br/> |
| <img ng-if="showThumbnails" |
| width="{{imageSize}}" |
| - src="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_B][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_B_URL]}}" /> |
| + ng-src="{{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_B][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{imagePair[constants.KEY__IMAGE_B_URL]}}" /> |
| </div> |
| <div ng-show="imagePair[constants.KEY__IMAGE_B_URL] == null" |
| style="text-align:center"> |
| @@ -378,7 +378,7 @@ |
| <a href="{{imageSets[constants.KEY__IMAGESETS__SET__WHITEDIFFS][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{getImageDiffRelativeUrl(imagePair)}}" target="_blank">View Image</a><br/> |
| <img ng-if="showThumbnails" |
| width="{{imageSize}}" |
| - src="{{imageSets[constants.KEY__IMAGESETS__SET__WHITEDIFFS][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{getImageDiffRelativeUrl(imagePair)}}" /> |
| + ng-src="{{imageSets[constants.KEY__IMAGESETS__SET__WHITEDIFFS][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{getImageDiffRelativeUrl(imagePair)}}" /> |
| </div> |
| <div ng-show="!imagePair[constants.KEY__IS_DIFFERENT]" |
| style="text-align:center"> |
| @@ -398,7 +398,7 @@ |
| <img ng-if="showThumbnails" |
| ng-style="{backgroundColor: pixelDiffBgColor}" |
| width="{{imageSize}}" |
| - src="{{imageSets[constants.KEY__IMAGESETS__SET__DIFFS][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{getImageDiffRelativeUrl(imagePair)}}" /> |
| + ng-src="{{imageSets[constants.KEY__IMAGESETS__SET__DIFFS][constants.KEY__IMAGESETS__FIELD__BASE_URL]}}/{{getImageDiffRelativeUrl(imagePair)}}" /> |
| </div> |
| <div ng-show="!imagePair[constants.KEY__IS_DIFFERENT]" |
| style="text-align:center"> |