Skip to content

Commit

Permalink
Merge branch '1.0.1' of github.com:driftyco/ionic into 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed May 18, 2015
2 parents dbd5881 + d256870 commit 9cec5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/ionicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,5 +629,5 @@ IonicModule
// running-cordova-apps-on-windows-and-windows-phone-8-1-using-ionic-angularjs-and-other-frameworks.aspx
.config(['$compileProvider', function($compileProvider) {
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|tel|ftp|mailto|file|ghttps?|ms-appx|x-wmapp0):/);
$compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|tel|ftp|file|blob|ms-appx|x-wmapp0):|data:image\//);
$compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|blob|ms-appx|x-wmapp0):|data:image\//);
}]);

0 comments on commit 9cec5e1

Please sign in to comment.