Skip to content

Commit

Permalink
Update leaflet-directive.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Dec 16, 2013
1 parent ad3ce46 commit 46afaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/leaflet-directive.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After loading the required libraries, we only need to define our AngularJS appli

* We can add *height* and *width* attributes to our *leaflet* directive inline. Example:
```
<leaflet width="640px" height="480px">
<leaflet width="640px" height="480px"></leaflet>
```

* We can set the *width* and *height* of the common CSS class '*angular-leaflet-map*' applied to all maps. Beware this will be applied to all maps rendered on your application. Example:
Expand Down

0 comments on commit 46afaf1

Please sign in to comment.