Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

File metadata and controls

19 lines (13 loc) · 481 Bytes

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