Skip to content

Instantly share code, notes, and snippets.

View kentarofujiy's full-sized avatar
🏠
Working from home

Kentaro Fujiy kentarofujiy

🏠
Working from home
View GitHub Profile
Main Controller
===============
var user = $firebase(Firebase
.child('users')
.child(authdUser.facebook.id)
).$asObject();
angular.extend(user, {
uid: authdUser.facebook.id,
@greggnakamura
greggnakamura / gist:c21736004a9306e1b4b5
Created June 24, 2014 04:49
Firebase: snapshot functions
/* Firebase snapshot */
snapshot.val()
- Return values from Firebase at a given point in time
snapshot.hasChildren();
snapshot.hasChild('text');
snapshot.name();

A bunch of links to blog posts, articles, videos, etc for learning AngularJS. This list is in its early stages. Feel free to submit a pull request if you have some links/resources to add. Also, I try to verify that the articles below have some real content (i.e. aren't 2 paragraph blog posts with little information) to ensure I'm not listing "fluff" pieces. If you have an idea for a better way to organize these links, please let me know. As I find similar posts in the "General Topics" section, I will break them out into their own categories.

Books