Преглед изворни кода

Added filesaver module to dashboard service. Closes #503

Rashid Khan пре 12 година
родитељ
комит
a59f9e617f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/app/services/dashboard.js

+ 2 - 1
src/app/services/dashboard.js

@@ -5,7 +5,8 @@ define([
   'underscore',
   'underscore',
   'config',
   'config',
   'moment',
   'moment',
-  'modernizr'
+  'modernizr',
+  'filesaver'
 ],
 ],
 function (angular, $, kbn, _, config, moment, Modernizr) {
 function (angular, $, kbn, _, config, moment, Modernizr) {
   'use strict';
   'use strict';