Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit df364c3

Browse files
committed
fix CI Build
1 parent 7ef5e05 commit df364c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/markups.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ angularTextMarkup('OPTION', function(text, textNode, parentElement){
7171
var NG_BIND_ATTR = 'ng-bind-attr';
7272
angularAttrMarkup('{{}}', function(value, name, element){
7373
if (name.substr(0, 3) != 'ng-') {
74+
if (msie && name == 'src')
75+
value = decodeURI(value);
7476
var bindings = parseBindings(value),
7577
bindAttr;
7678
if (hasBindings(bindings)) {

0 commit comments

Comments
 (0)