Coder Social home page Coder Social logo

ionic-firebase-shopping-cart's People

Contributors

arjunsk avatar limbobark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ionic-firebase-shopping-cart's Issues

misspellings in README

In the subtitle "Use Case Scienario:" the word Scenario is misspelled
In "Use Case Scienario:" the word credentials is misspelled
In "Use Case Scienario:" the word favorite is misspelled

In the subtitle "Comming Soon" the word Coming is misspelled
In "Comming Soon" the word favorites is misspelled

in Donate section the word Address is misspelled

Is this project complete?

Hi there

Is this project complete in terms of what you planned to achieve. I have just noted your To Do List.

Thanks

Categories sorting

I added this code to the controller.js in order to sort items by their categories, but it doesn't do anything.

.controller('filterByCtrl', function($scope,sharedFilterService) {

  $scope.Categories = [
    {id: cat01, name: 'Burger'},
    {id: cat01, name: 'Drinks'}
  ];
  
  $scope.getCategory = function(cat_list){
    categoryAdded = cat_list;
	var c_string=""; // will hold the category as string
	
	for(var i=0;i<categoryAdded.length;i++){ c_string+=(categoryAdded[i].id+"||"); }
	
	c_string = c_string.substr(0, c_string.length-2);
	sharedFilterService.category=c_string;
	window.location.href = "#/page1";
  };
	

})

Any clue how I can sort the products based on their categories?

Group ordered items under order ID

Hi.

I think this project is really simple and cool but needs to some improvements.
For example, I would to group ordered items under a unique "order" (using an order ID); in this way I could monitor a specific order at a time and work to prepare item of the same order before proceed to the following.
Is this an interesting feature for you, to be planned to develop?

P.S. How can I change currency?

Waiting for an answer.
Thanks,
Diego.

firebase database url

},
"item6" : {
"available" : true,
"category" : "cat02",
"description" : "item6 description",
"image" : "Smoothie", //from firebase storage url
"name" : "Smoothie",
"price" : 70,
"stock" : 100
},

So, here we are calling the image locally, if you want to call the image from any online image link like from the firebase storage. What we have to do?

sharedUtilsshowLoading not disappear

Hello,I just started learning ionic and I really like your application.
In login page when I don't insert anything and click login button a showloading keep running.it's not disappear and doesn't show alert until I refresh page
but I can login normaly if I insert true email and password.
can you teach me how to fix this please

NO SOURCE CODE FOUND

ohhh, I have just realized you have NOT included the source files :( so how is this an open source?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.