fix(build): Use ngmin. Fix all introduced erros in previous commits.

This commit is contained in:
Ed Rooth
2014-02-05 22:24:13 -08:00
parent 4e21405647
commit f2452a4a3c
13 changed files with 42 additions and 19 deletions

View File

@ -8,7 +8,8 @@ var app = angular.module('etcdControlPanel', [
'timeRelative',
'underscore',
'jquery',
'moment'
'moment',
'vg'
]);
app.constant('urlPrefix', '/mod/dashboard');