Skip to content

Commit

Permalink
Fix issues loading angular-ui-bootstrap : broken by upstrea dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Jul 24, 2015
1 parent 4637032 commit 02fb4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require('leaflet.locatecontrol/src/L.Control.Locate');
require('angular-leaflet-directive');
require('angular-resource');
require('angular-translate');
require('angular-bootstrap/dist/ui-bootstrap-tpls');
require('angular-bootstrap/ui-bootstrap-tpls');
require('angular-ui-bootstrap-datetimepicker');
require('angular-moment');
require('moment-timezone');
Expand Down

0 comments on commit 02fb4be

Please sign in to comment.