<?php
// This file declares an Angular module which can be autoloaded
// in CiviCRM. See also:
// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules

return array (
  'js' => 
  array (
    0 => 'ang/unsubscribeemail.js',
    1 => 'ang/unsubscribeemail/*.js',
    2 => 'ang/unsubscribeemail/*/*.js',
  ),
  'css' => 
  array (
    0 => 'ang/unsubscribeemail.css',
  ),
  'partials' => 
  array (
    0 => 'ang/unsubscribeemail',
  ),
  'settings' => 
  array (
  ),
);