emptyCart: function() { // Sets items object to an empty object items = {}; // Remove the items cookie $cookieStore.remove('items'); }