distmaker - Include `mixin/*` files
[civicrm-core.git] / ang / ui.bootstrap.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 return [
4 'ext' => 'civicrm',
5 'basePages' => [],
6 'js' => ['bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'],
7 'css' => ['bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'],
8 ];