Load ordering specifications for LABJS

This commit is contained in:
Rashid Khan
2013-05-29 12:30:38 -07:00
parent 8f88bd5e52
commit 6eae38eb3c
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ angular.module('kibana.pie', [])
// Function for rendering panel
function render_panel() {
var scripts = $LAB.script("common/lib/panels/jquery.flot.js")
var scripts = $LAB.script("common/lib/panels/jquery.flot.js").wait()
.script("common/lib/panels/jquery.flot.pie.js")
if(scope.panel.mode === 'goal')