Hello, 
The example of this code is @ http://plnkr.co/edit/pljk8O?p=preview
unfortunately plnkr does not work with ie8

the problem is in my code i have these two statements.
    <p ng-bind-html='helloTo.link | nlToP '></p>
    <p ng-bind-html='helloTo.link'></p>

helloTo.link is  
$scope.helloTo.link = "<a href='#'>my link</a>";

This only fails in IE8. IE9 works fine

in IE8 the tag with nlToP

i am including angular-sanitize.js

thanks for any help

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to