Commit a59f9e61 by Rashid Khan

Added filesaver module to dashboard service. Closes #503

parent dd115acc
...@@ -5,7 +5,8 @@ define([ ...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment