This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Description
From @nmccready on September 30, 2015 19:54
So the old path
<script src="../bower_components/leaflet/dist/leaflet.js"></script> is now at
<script src="../bower_components/leaflet/leaflet.js"></script>
as well as the css.
<link rel="stylesheet" href="../bower_components/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../bower_components/leaflet/leaflet.css" />
This might be reverted to dist depending on what leaflet does about the bower situation. See #851
Copied from original issue: tombatossals/angular-leaflet-directive#967