摘要:
/** * Created by Answer1215 on 11/9/2014. */var app = angular.module('app', ['firebase']);app.constant('FIREBASE_URI', 'https://zhentiw-angular-fire.f... 阅读全文
posted @ 2014-11-10 20:44
Zhentiw
阅读(226)
评论(0)
推荐(0)
摘要:
Basic angularFire options: $save, $add and $remove.The way connect firebase:var app = angular.module('app', ['firebase']); var ref = new Firebase(F... 阅读全文
posted @ 2014-11-10 07:00
Zhentiw
阅读(915)
评论(0)
推荐(0)