Files
cdnjs/ajax/libs/angular.js/0.9.13/angular-ie-compat.min.js
T
Pete Cooper e429b95643 Updating angular.js to 1.2.9 + back fill
Sources: http://code.angularjs.org/*

Added missing versions, fixed some files reporting as min’d but
weren’t, the sneaky varmints.

Addresses https://github.com/cdnjs/cdnjs/issues/1188 - I think. Can be
closed if it does.
2014-01-23 22:01:44 +00:00

1 line
550 B
JavaScript

(function(){var c=document.location.href.replace(/\/[^/]+(#.*)?$/,"/")+document.getElementById("ng-ie-compat").src;var a='#ng-callout .ng-arrow-left{*background-image:url("mhtml:'+c+'!img0")}#ng-callout .ng-arrow-right{*background-image:url("mhtml:'+c+'!img1")}.ng-input-indicator-wait {*background-image:url("mhtml:'+c+'!img2")}';var b=document.createElement("style");b.setAttribute("type","text/css");if(b.styleSheet){b.styleSheet.cssText=a}else{b.appendChild(document.createTextNode(a))}document.getElementsByTagName("head")[0].appendChild(b)})();