From 03d48157f2ff81f34b5c99a5dfc8a7b5a0776ff6 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 21 Nov 2014 09:56:39 -0800 Subject: [PATCH 1/2] Update Firebase and AngularFire --- src/index.html | 4 ++-- src/js/homepage.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 6b0a2352f..7068da930 100644 --- a/src/index.html +++ b/src/index.html @@ -877,8 +877,8 @@

JavaScript Projects

- - + + \n', resource: '\n', route: '\n', - firebase: '\n \n' + firebase: '\n \n' }; }) @@ -330,7 +330,7 @@ angular.module('homepage', ['ngAnimate', 'ui.bootstrap', 'download-data']) self.loading = true; $http.get('./featured-videos.json').success(function(results) { self.loading = false; - + allVideos = results; self.videos = results[self.section]; }); From 2e05f0ec0ff2dac0f937f2e0dc6b394fdb387161 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 21 Nov 2014 10:00:20 -0800 Subject: [PATCH 2/2] Line format --- src/js/homepage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/homepage.js b/src/js/homepage.js index 01f4cffaa..4bda8e188 100644 --- a/src/js/homepage.js +++ b/src/js/homepage.js @@ -330,7 +330,7 @@ angular.module('homepage', ['ngAnimate', 'ui.bootstrap', 'download-data']) self.loading = true; $http.get('./featured-videos.json').success(function(results) { self.loading = false; - + allVideos = results; self.videos = results[self.section]; });