fix(build): Use ngmin. Fix all introduced erros in previous commits.
This commit is contained in:
@ -8,7 +8,8 @@ var app = angular.module('etcdControlPanel', [
|
||||
'timeRelative',
|
||||
'underscore',
|
||||
'jquery',
|
||||
'moment'
|
||||
'moment',
|
||||
'vg'
|
||||
]);
|
||||
|
||||
app.constant('urlPrefix', '/mod/dashboard');
|
||||
|
Reference in New Issue
Block a user