angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Compressed Code in Examples #21

Open nmccready opened 8 years ago

nmccready commented 8 years ago

From @robotnic on May 29, 2014 21:31

The examples are not really readable because of compressed javascript code.

Copied from original issue: tombatossals/angular-leaflet-directive#379

nmccready commented 8 years ago

From @tombatossals on May 30, 2014 5:48

Hi, the code of the examples is embedded in the main example html page, the compressed code you talk about is the main library code.

Take a look at the source code of the html of any example:

view-source:http://tombatossals.github.io/angular-leaflet-directive/examples/maxbounds-example.html

nmccready commented 8 years ago

From @robotnic on May 30, 2014 6:0

My students will be shocked if they have a look at the source code ;-) Btw. is there a cdn version somewhere?