Skip to content

Commit

Permalink
Merge pull request #37 from brandond/wrong-moment
Browse files Browse the repository at this point in the history
moment-timezone is a replacement for moment, not an add-on.
  • Loading branch information
sivasamyk authored Jan 20, 2017
2 parents 65826cc + b32f23d commit cc2feea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ var routes = require('ui/routes');
var modules = require('ui/modules');
var angular = require('angular');
var sugarDate = require('sugar-date');
var moment = require('moment');
var momentTimezone = require('moment-timezone');
var moment = require('moment-timezone');

require('plugins/logtrail/css/main.css');

Expand Down

0 comments on commit cc2feea

Please sign in to comment.