CRM-16145 - crmUi - Move to ang/
authorTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 03:50:51 +0000 (20:50 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 04:22:15 +0000 (21:22 -0700)
Civi/Angular/Manager.php
ang/crmUi.js [moved from js/angular-crm-ui.js with 100% similarity]
ang/crmUi/field-cb.html [moved from partials/crmUi/field-cb.html with 100% similarity]
ang/crmUi/field.html [moved from partials/crmUi/field.html with 100% similarity]
ang/crmUi/tabset.html [moved from partials/crmUi/tabset.html with 100% similarity]
ang/crmUi/wizard.html [moved from partials/crmUi/wizard.html with 100% similarity]

index f8f50b8a0e8c309469f43dc71460a81e338ae099..b6df0fdfd876bab5dad71b88649c7240c9275326 100644 (file)
@@ -85,8 +85,8 @@ class Manager {
       );
       $angularModules['crmUi'] = array(
         'ext' => 'civicrm',
-        'js' => array('js/angular-crm-ui.js'),
-        'partials' => array('partials/crmUi'),
+        'js' => array('ang/crmUi.js'),
+        'partials' => array('ang/crmUi'),
       );
       $angularModules['crmUtil'] = array(
         'ext' => 'civicrm',
similarity index 100%
rename from js/angular-crm-ui.js
rename to ang/crmUi.js