fix(build): Use ngmin. Fix all introduced erros in previous commits.
This commit is contained in:
@ -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', {
|
||||
|
Reference in New Issue
Block a user