summaryrefslogtreecommitdiff
path: root/openstack_dashboard/karma.conf.js
diff options
context:
space:
mode:
authorMatt Borland <matt.borland@hp.com>2015-11-18 07:23:06 -0700
committerMatt Borland <matt.borland@hp.com>2015-11-19 07:25:13 -0700
commit06e0335560f1b592d390edcade5a3ba37661ab6d (patch)
treebd418d86f3d8fbb74034848a8a41c85c56a5100c /openstack_dashboard/karma.conf.js
parent3a135ee552d8d469340b13eb4c384193c6dcaa4b (diff)
downloadhorizon-06e0335560f1b592d390edcade5a3ba37661ab6d.tar.gz
Add ngroute libraries to appropriate paths
This patch adds ngroute libraries to appropriate paths and creates an ng_route_base block in the Django base so templates can insert routing blocks, such as establishing a base path. Implements: blueprint add-ngroute Change-Id: I11dd3890d336f288e93bf884197e3f22dcd1da93
Diffstat (limited to 'openstack_dashboard/karma.conf.js')
-rw-r--r--openstack_dashboard/karma.conf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/karma.conf.js b/openstack_dashboard/karma.conf.js
index 90342ed9f..bff15f4f2 100644
--- a/openstack_dashboard/karma.conf.js
+++ b/openstack_dashboard/karma.conf.js
@@ -87,6 +87,7 @@ module.exports = function (config) {
// from jasmine.html
xstaticPath + 'jquery/data/jquery.js',
xstaticPath + 'angular/data/angular.js',
+ xstaticPath + 'angular/data/angular-route.js',
xstaticPath + 'angular/data/angular-mocks.js',
xstaticPath + 'angular/data/angular-cookies.js',
xstaticPath + 'angular_bootstrap/data/angular-bootstrap.js',