Created
June 21, 2013 20:37
-
-
Save nicholasstephan/5834151 to your computer and use it in GitHub Desktop.
HTML: angular firebase bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app> | |
<head> | |
<title></title> | |
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"/> | |
<style> | |
</style> | |
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script> | |
<script src='https://cdn.firebase.com/v0/firebase.js'></script> | |
<script src='http://cdnjs.cloudflare.com/ajax/libs/angularFire/0.1.0/angularfire.min.js'></script> | |
<script> | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment