Load ordering specifications for LABJS
This commit is contained in:
@@ -134,7 +134,7 @@ angular.module('kibana.map', [])
|
||||
|
||||
function render_panel() {
|
||||
// Using LABjs, wait until all scripts are loaded before rendering panel
|
||||
var scripts = $LAB.script("panels/map/lib/jquery.jvectormap.min.js")
|
||||
var scripts = $LAB.script("panels/map/lib/jquery.jvectormap.min.js").wait()
|
||||
.script("panels/map/lib/map."+scope.panel.map+".js")
|
||||
|
||||
// Populate element. Note that jvectormap appends, does not replace.
|
||||
|
||||
Reference in New Issue
Block a user