From c2fa23f0b4fdf3143406aeb22cc20e1618c86a03 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 8 Sep 2015 10:03:40 -0300 Subject: [PATCH] Remove 'about' cache --- src/app/components/dialoga-service/dialoga.service.js | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/src/app/components/dialoga-service/dialoga.service.js b/src/app/components/dialoga-service/dialoga.service.js index c6a1058..4c734cc 100644 --- a/src/app/components/dialoga-service/dialoga.service.js +++ b/src/app/components/dialoga-service/dialoga.service.js @@ -41,7 +41,6 @@ _pipeHandleYoutube(data); _pipeHandleSlug(data); - _pipeSetAbout(data); _pipeSetThemes(data); _pipeSetPrograms(data); @@ -232,12 +231,6 @@ } } - function _pipeSetAbout (data) { - if(!CACHE.hasOwnProperty('about')){ - CACHE.about = data.article.body; - } - } - function _pipeSetThemes (data) { if(!CACHE.hasOwnProperty('themes')){ CACHE.themes = data.article.categories; -- libgit2 0.21.2