Hi Naveen, Use the ngNonBindable directive for the *pre* tag, have a look at the docs at https://docs.angularjs.org/api/ng/directive/ngNonBindable
On Tuesday, 10 June 2014 10:59:28 UTC-4, Naveen Kohli wrote: > > I am trying to post some angular code as part of blog post. I have put > this code in <PRE> tag. And all angle brackets are escaped as well. For > some reason angularJS ends up compiling that HTML section and final output > on page for that PRE section is "undefined". What will be the best way to > deal with it. > > Thanks > -- 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.
