Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Use canonical name of moment package
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhann committed Aug 4, 2015
1 parent 5955c0b commit 7ade16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="../bower_components/momentjs/moment.js"></script>
<script src="../bower_components/moment/moment.js"></script>
<script src="../bower_components/bootstrap-daterangepicker/daterangepicker.js"></script>
<script src="../bower_components/angular/angular.js"></script>

Expand Down

0 comments on commit 7ade16c

Please sign in to comment.