UNPKG

angoose

Version:

Angoose is a Remote Method Invocation module that comes with built-in mongoose/angular support. Now you can call server side module in browser just like you're in the server side!

7 lines (6 loc) 166 B
'use strict' angular.module('angoose.ui.filters').filter('trustAsHtml', function($sce){ return function(text) { return $sce.trustAsHtml(text); }; });