Merge pull request #24169 from demeritcowboy/web-scale
[civicrm-core.git] / ang / ui.bootstrap.ang.php
CommitLineData
e88c001e
TO
1<?php
2// This file declares an Angular module which can be autoloaded
617697e8 3return [
e88c001e 4 'ext' => 'civicrm',
617697e8
CW
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];