summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/main.js
diff options
context:
space:
mode:
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-07 22:07:30 +0100
committerDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-08 15:31:43 +0000
commit4297ef6abf96b5fd1d6e0f1078a1ee9a76dc3f32 (patch)
treeb570b0ae4916278994276eee37ffaf1f2f3bce0c /vbd/gui/module/src/main/resources/vpp/main.js
parentf5e3e98d5c14252db91b8642028728553b43baca (diff)
Inventory rework 2
- added detail page - lot of design changes - lot of css overrides Change-Id: Ia1735272297c0913f971728acc6775cce93d4646 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/main.js')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/main.js b/vbd/gui/module/src/main/resources/vpp/main.js
index a39513bdd..cbeb1f692 100644
--- a/vbd/gui/module/src/main/resources/vpp/main.js
+++ b/vbd/gui/module/src/main/resources/vpp/main.js
@@ -21,7 +21,8 @@ require.config({
'angular-animate' : ['angular'],
'angular-aria' : ['angular'],
'angular-smart-table' : ['angular'],
- 'angular-ui-grid' : ['angular']
+ 'angular-ui-grid' : ['angular'],
+ 'lodash' : {exports: '_'}
},
});