Merge pull request #10394 from JMAConsulting/DonotExport
[civicrm-core.git] / ang / ui.bootstrap.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // in CiviCRM. See also:
4 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6 return array(
7 'ext' => 'civicrm',
8 'basePages' => array(),
9 'js' => array('bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'),
10 'css' => array('bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'),
11 );