"use strict";app.filter("htmlToPlaintext",function(){return function(t){return String(t).replace(/<[^>]+>/gm,"")}});