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,6 +8,10 @@ angular.module('jquery', []).factory('$', function($window) {
return $window.$;
});
angular.module('vg', []).factory('vg', function($window) {
return $window.vg;
});
angular.module('moment', []).factory('moment', function($window) {
$window.moment.lang('en', {