remove warnings

This commit is contained in:
Athou
2013-07-11 09:42:54 +02:00
parent bd6fd24e67
commit 0eef8d70ad
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ var app = angular.module('commafeed.services');
app.factory('$templateCache', ['$cacheFactory', '$http', '$injector', function($cacheFactory, $http, $injector) {
var cache = $cacheFactory('templates');
var allTplPromise;
var allTplPromise = null;
return {
get : function(url) {