UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

16 lines (14 loc) 326 B
Common .filter('offset', [function(){ return function(input, start) { if (input && input.slice) { start = parseInt(start, 10); return input.slice(start); } }; }]) .filter('rawHtml', ['$sce', function($sce){ return function(val) { return $sce.trustAsHtml(val); }; }])