mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added filesaver module to dashboard service. Closes #503
This commit is contained in:
parent
dd115acc1e
commit
a59f9e617f
@ -5,7 +5,8 @@ define([
|
||||
'underscore',
|
||||
'config',
|
||||
'moment',
|
||||
'modernizr'
|
||||
'modernizr',
|
||||
'filesaver'
|
||||
],
|
||||
function (angular, $, kbn, _, config, moment, Modernizr) {
|
||||
'use strict';
|
||||
|
Loading…
Reference in New Issue
Block a user