mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove warnings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user