Commit a59f9e61 by Rashid Khan

Added filesaver module to dashboard service. Closes #503

parent dd115acc
......@@ -5,7 +5,8 @@ define([
'underscore',
'config',
'moment',
'modernizr'
'modernizr',
'filesaver'
],
function (angular, $, kbn, _, config, moment, Modernizr) {
'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