From ede88b2481c686c34efa55238d1e385ea8d020f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Del=C3=A9pine?= Date: Mon, 31 Mar 2014 07:30:40 +0200 Subject: [PATCH] incrementing the version number --- angular-css-injector.min.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular-css-injector.min.js b/angular-css-injector.min.js index 3d7286a..bfa34e5 100644 --- a/angular-css-injector.min.js +++ b/angular-css-injector.min.js @@ -1 +1,2 @@ -angular.module("angular.css.injector",[]).provider("cssInjector",function(){function t(e,t){var n=false,r=angular.element(typeof jQuery=="undefined"?document.querySelector("head"):"head"),i;t.$on("$locationChangeStart",function(){if(n===true)u()});var s=function(){if(i===undefined)i=r.scope()};var o=function(t){s();if(i.injectedStylesheets===undefined){i.injectedStylesheets=[];r.append(e("")(i))}else{for(var n in i.injectedStylesheets){if(i.injectedStylesheets[n].href==t)return}}i.injectedStylesheets.push({href:t})};var u=function(){s();if(i.injectedStylesheets!==undefined)i.injectedStylesheets=[]};return{add:o,removeAll:u}}var e=false;this.$get=["$compile","$rootScope",function(e,n){return new t(e,n)}];this.setSinglePageMode=function(t){e=t;return this}}) \ No newline at end of file +/* https://github.com/Yappli/angular-css-injector v1.0.2 */ +angular.module("angular.css.injector",[]).provider("cssInjector",function(){function t(e,t){var n=false,r=angular.element(typeof jQuery=="undefined"?document.querySelector("head"):"head"),i;t.$on("$locationChangeStart",function(){if(n===true)u()});var s=function(){if(i===undefined)i=r.scope()};var o=function(t){s();if(i.injectedStylesheets===undefined){i.injectedStylesheets=[];r.append(e("")(i))}else{for(var n in i.injectedStylesheets){if(i.injectedStylesheets[n].href==t)return}}i.injectedStylesheets.push({href:t})};var u=function(){s();if(i.injectedStylesheets!==undefined)i.injectedStylesheets=[]};return{add:o,removeAll:u}}var e=false;this.$get=["$compile","$rootScope",function(e,n){return new t(e,n)}];this.setSinglePageMode=function(t){e=t;return this}})