Guest User

Untitled

a guest
Feb 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /*чтобы выводить вместе с тегами*/
  2. port.filter('asHTML', function($sce) {
  3. return function(input) {
  4. return $sce.trustAsHtml(input);
  5. };
  6. })
  7. /*<p ng-bind-html="work.html | asHTML"></p>*/
  8. /*чтобы выводить вместе с тегами end*/
Add Comment
Please, Sign In to add comment