https://github.com/lianbinghua

angular ng-href

farmApp.config([
'$compileProvider',
function( $compileProvider )
{
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|tel|file|sms|tootooiphone):/);
}
]);

posted @ 2015-10-16 11:36  连冰华  阅读(435)  评论(0编辑  收藏  举报