Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Last active October 18, 2015 21:00
Show Gist options
  • Save qetr1ck-op/24404d318344f4b77595 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/24404d318344f4b77595 to your computer and use it in GitHub Desktop.
templates/
├───login.html
└───feed.html
app/
├───app.js
└───controllers/
├───LoginController.js
└───FeedController.js
directives/
└───FeedEntryDirective.js
services/
├───LoginService.js
└───FeedService.js
filters/
└───CapatalizeFilter.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment