Seed project for Drupal fed angular apps.
Drupal:
- Download the dependencies for, and enable, the drupal_angular_seed_* features modules. It's recommended you add these to a Drupal site install with the minimal profile.
 - Visit admin/structure/features and make sure the features are all reverted
 
AngularJS:
- Change the URL in angular/app/js/services.js to point to your Drupal install.
 - Point your webserver to angular/app
 
- Add a new page and menu item to the main menu
 - Add new touts in drupal_angular_seed_tout.admin.inc and add them into templates
 - Override template files for different content types (see angular/app/_partials/nodes/README.md)
 - Turn on the Drupal path module and add aliases to nodes
 - Create your own listing of content (see drupal_angular_seed_news.module)