Alfonso de la Osa
Alfonso de la Osa
ng-bind-html-unsafe has been deprecated in 1.2.0, ng-bind-html needs the sanitize module, ng-bind is used then.
This is useful to be able to pass flattened objects to the template. So you can do: ```javascript var user = { user: { name: 'Mark' }}; var flatUser =...
# Add comprehensive Content Controls implementation ## What this PR does This adds full support for Content Controls to the docx library. Content Controls are the interactive elements you see...