From addc98565615264f11ce88f5f7599a0576443b51 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 28 Nov 2014 00:20:04 +0000 Subject: [PATCH] Load ui.bootstrap angular module --- web/skins/bootstrap/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/skins/bootstrap/js/app.js b/web/skins/bootstrap/js/app.js index dbc745b2d..78b8be95f 100644 --- a/web/skins/bootstrap/js/app.js +++ b/web/skins/bootstrap/js/app.js @@ -1,6 +1,7 @@ var ZoneMinder = angular.module('ZoneMinder', [ 'ZoneMinderControllers', - 'tc.chartjs' + 'tc.chartjs', + 'ui.bootstrap' ]); ZoneMinder.config(['$locationProvider', function($locationProvider){