CRM-16145 - crmExample - Move to ang/
authorTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 03:32:01 +0000 (20:32 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 04:22:15 +0000 (21:22 -0700)
Civi/Angular/Manager.php
ang/crmExample.js [moved from js/angular-crmExample.js with 100% similarity]
ang/crmExample/example.html [moved from partials/crmExample/example.html with 100% similarity]

index 132f71f2007fab6c24b81d82bac6f51b4505e5b3..f8f50b8a0e8c309469f43dc71460a81e338ae099 100644 (file)
@@ -75,8 +75,8 @@ class Manager {
       );
       //$angularModules['crmExample'] = array(
       //  'ext' => 'civicrm',
-      //  'js' => array('js/angular-crmExample.js'),
-      //  'partials' => array('partials/crmExample'),
+      //  'js' => array('ang/crmExample.js'),
+      //  'partials' => array('ang/crmExample'),
       //);
       $angularModules['crmResource'] = array(
         'ext' => 'civicrm',
similarity index 100%
rename from js/angular-crmExample.js
rename to ang/crmExample.js