CRM-16145 - crmAttachment - Move to ang/
authorTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 00:37:34 +0000 (17:37 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 04:22:14 +0000 (21:22 -0700)
Civi/Angular/Manager.php
ang/crmAttachment.css [moved from css/angular-crmAttachment.css with 100% similarity]
ang/crmAttachment.js [moved from js/angular-crmAttachment.js with 100% similarity]
ang/crmAttachment/attachments.html [moved from partials/crmAttachment/attachments.html with 100% similarity]

index 60bfc371701c354384433a5ed54055a60dcb026b..7acc2c10452b443cad14cc3025dd4d31e94acc69 100644 (file)
@@ -65,9 +65,9 @@ class Manager {
       );
       $angularModules['crmAttachment'] = array(
         'ext' => 'civicrm',
-        'js' => array('js/angular-crmAttachment.js'),
-        'css' => array('css/angular-crmAttachment.css'),
-        'partials' => array('partials/crmAttachment'),
+        'js' => array('ang/crmAttachment.js'),
+        'css' => array('ang/crmAttachment.css'),
+        'partials' => array('ang/crmAttachment'),
       );
       $angularModules['crmAutosave'] = array(
         'ext' => 'civicrm',