Load the tc chartjs angular module
This commit is contained in:
parent
7dff223aa6
commit
d6a921810c
|
@ -1,5 +1,6 @@
|
|||
var ZoneMinder = angular.module('ZoneMinder', [
|
||||
'ZoneMinderControllers'
|
||||
'ZoneMinderControllers',
|
||||
'tc.chartjs'
|
||||
]);
|
||||
|
||||
ZoneMinder.config(['$locationProvider', function($locationProvider){
|
||||
|
|
Loading…
Reference in New Issue