I have got a directive acting on the document's title that accepts a `prefix´ attribute that is prepended to the actual document title.
The problem I'm having is that Angular is trimming the contents even though I specifically need it to retain whitespace. I've tried using the `ng-trim="false"´ directive but still no luck. The directive is intended to be used as follows: <title prefix="App - ">Default app title</title> What can be done to disable trimming? -- 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.
