Skip to content

Commit d425dc4

Browse files
committed
Merge pull request angular-ui#106 from jessertaylor/patch-1
Added ui-leaflet
2 parents 25eeb89 + 03138f2 commit d425dc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
6060
desc: 'This directive allows you to add Google Maps Javascript API elements.',
6161
src: 'https://github.com/angular-ui/ui-map',
6262
home: 'http://angular-ui.github.io/ui-map/'
63+
},
64+
{
65+
name: 'Leaflet',
66+
desc: 'This directive allows you to embed an interact with maps managed by Leaflet library.',
67+
src: 'https://github.com/angular-ui/ui-leaflet',
68+
home: 'http://angular-ui.github.io/ui-leaflet/'
6369
},
6470
{
6571
name: 'Date',

0 commit comments

Comments
 (0)