We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896d242 + dcde5f2 commit 8a2a10aCopy full SHA for 8a2a10a
1 file changed
widget/app.js
@@ -81,7 +81,7 @@
81
.filter('returnUrl', ['$sce', function ($sce) {
82
return function (url) {
83
84
- return $sce.trustAsResourceUrl(url);
+ return $sce.trustAsResourceUrl(url + '&chrome=false');
85
}
86
}]);
87
})(window.angular, window.buildfire);
0 commit comments