From 8e3988f5e9d0972b393bab4f9e6c1708015992dc Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Fri, 5 Jun 2015 02:31:10 -0700 Subject: [PATCH] fix bugs about bolds; allow viewing help without being logged in --- config.js | 1 - home.html | 14 +++-- scripts/FeedController.js | 5 +- scripts/FlashcardFactory.js | 1 - scripts/HelpController.js | 121 ++++++++++++++++++++++---------------------- templates/feed.html | 9 ++-- 6 files changed, 71 insertions(+), 80 deletions(-) diff --git a/config.js b/config.js index c366b42..7ee9fb7 100644 --- a/config.js +++ b/config.js @@ -151,7 +151,6 @@ angular.module('flashy', [ template: "

This page doesn't exist!

" }). state('help', { - resolve: auth_resolve, url: '/help', templateUrl: 'templates/help.html', controller: 'HelpController' diff --git a/home.html b/home.html index 662b645..f40dd00 100644 --- a/home.html +++ b/home.html @@ -54,21 +54,19 @@ +