|
|
@ -464,7 +464,7 @@ plugins.factory('userPlugins', function() { |
|
|
|
element = angular.element('<iframe></iframe>') |
|
|
|
element = angular.element('<iframe></iframe>') |
|
|
|
.attr('src', embedurl) |
|
|
|
.attr('src', embedurl) |
|
|
|
.attr('width', '100%') |
|
|
|
.attr('width', '100%') |
|
|
|
.attr('height', '480') |
|
|
|
.attr('height', '480'); |
|
|
|
return element.prop('outerHTML'); |
|
|
|
return element.prop('outerHTML'); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|