Sha256: 2d973e591511ae1496a104a7b12ca36b921f6d7ad1ade1dbed467d153ed461dc
Contents?: true
Size: 426 Bytes
Versions: 6
Compression:
Stored size: 426 Bytes
Contents
// Generated by CoffeeScript 1.4.0 (function() { var CsrfCtrl, angular, root; root = typeof global !== "undefined" && global !== null ? global : window; angular = root.angular; CsrfCtrl = function($cookieStore) { return $cookieStore.put("XSRF-TOKEN", angular.element(document.getElementById("csrf")).attr("data-csrf")); }; CsrfCtrl.$inject = ['$cookieStore']; root.CsrfCtrl = CsrfCtrl; }).call(this);
Version data entries
6 entries across 6 versions & 3 rubygems