Skip to content

Commit

Permalink
Add Firebase + AngularJS realtime example
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Jul 23, 2013
1 parent 26bdbb2 commit 6defd80
Show file tree
Hide file tree
Showing 21 changed files with 18,473 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2>Module Loaders</h2>
</ul>
<hr>
<h2>Real-time</h2>
<ul class="applist">
<ul class="applist amd">
<li class="labs">
<a href="http://todomvcapp.meteor.com" data-source="http://meteor.com" data-content="Meteor is an ultra-simple environment for building modern websites.A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets. Meteor automates the packaging and transmission of these different components. And, it is quite flexible about how you choose to structure those components in your file tree.">Meteor</a>
</li>
Expand All @@ -235,6 +235,9 @@ <h2>Real-time</h2>
<li class="labs">
<a href="https://github.com/tastejs/todomvc/blob/gh-pages/labs/architecture-examples/socketstream/readme.md" data-source="http://www.socketstream.org" data-content="SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps">SocketStream</a>
</li>
<li class="routing labs">
<a href="labs/architecture-examples/firebase-angular/" data-source="https://www.firebase.com" data-content="Firebase is a scalable realtime backend that lets you build apps without managing servers. Firebase persists and updates JSON data in realtime and is best used in combination with a JavaScrpt MV* framework such as AngularJS or Backbone.">Firebase + AngularJS</a>
</li>
<!--
// Link is currently not working.
<li class="routing labs">
Expand Down
12 changes: 12 additions & 0 deletions labs/architecture-examples/firebase-angular/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "todomvc-angular",
"version": "0.0.0",
"dependencies": {
"angular": "~1.0.7",
"angular-fire": "~0.2.0",
"todomvc-common": "~0.1.4"
},
"devDependencies": {
"angular-mocks": "~1.0.5"
}
}
Loading

0 comments on commit 6defd80

Please sign in to comment.