l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

angular-sprintf.min.js (449B)


      1 /*! sprintf-js | Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/) | BSD-3-Clause */
      2 
      3 angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(a){return a("sprintf")}]).filter("vsprintf",function(){return function(a,b){return vsprintf(a,b)}}).filter("vfmt",["$filter",function(a){return a("vsprintf")}]);
      4 //# sourceMappingURL=angular-sprintf.min.map