Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.
/ betfriend Public archive

World cup bet system based on angularJs and Firebase

Notifications You must be signed in to change notification settings

julien-vidal/betfriend

Repository files navigation

betfriend

World cup bet system based on angularJs and Firebase This is a simple draft for angularjs and firebase training.

Install

This project need a firebase. After you create a firebase app, create a conf.js file in app/scripts/ with the following code

'use strict';
angular
.module('betfriendApp')
.constant('FIRE_URL', 'url to your firebase');

Todo

  • app :
    • Find a way to unify promise system unlike create them in each resolve route

About

World cup bet system based on angularJs and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published