Merge pull request #15 from colkito/feature/localstorage-support

added support for localstorage
This commit is contained in:
Ryan X. Charles 2014-04-01 19:39:21 -04:00
commit 5356dc21fd
6 changed files with 96 additions and 38 deletions

View file

@ -204,6 +204,7 @@
<script src="js/filters.js"></script>
<script src="js/services/network.js"></script>
<script src="js/services/storage.js"></script>
<script src="js/controllers/header.js"></script>
<script src="js/controllers/home.js"></script>