Mikejo5001 / ionic-sidemenu-vstools

Ionic SideMenu starter template for VS Tools for Apache Cordova
14 stars 11 forks source link

Fix URL Prefixes (multi-page AngularJS apps) #3

Open ruisilva450 opened 9 years ago

ruisilva450 commented 9 years ago

I reached this repo when I saw this and there is this part where it says Fix URL Prefixes (multi-page AngularJS apps). Then I say this and it confirms that is has this same piece of code:

$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|ghttps?|ms-appx|x-wmapp0):/);
// // Use $compileProvider.urlSanitizationWhitelist(...) for Angular 1.2 
$compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|ms-appx|x-wmapp0):|data:image\//);

Does this project need this or it was fixed by other ways?

Thanks!

Mikejo5001 commented 9 years ago

It appears the sidemenu template doesn't need this code anymore, so it was removed.