Commit da678ed382c398188c14a7abb4b5075695ff06b2

Authored by Andrew Buss
1 parent 4e372b10c9

clean up no-cards message

Showing 1 changed file with 0 additions and 15 deletions Side-by-side Diff

scripts/FeedController.js View file @ da678ed
... ... @@ -32,21 +32,6 @@
32 32 success(function(data) {
33 33 console.log(data);
34 34 $scope.cards = data;
35   -
36   - $scope.noCards = function () {
37   -
38   -
39   - /*if (data.length == 0) {
40   - return true;
41   - } else {
42   - return false;
43   - }*/
44   -
45   - }
46   -
47   -
48   -
49   -
50 35 }).
51 36 error(function(err) {
52 37 console.log('pulling feed failed');