diff --git a/js/app.js b/js/app.js index f3b712e..a350aca 100644 --- a/js/app.js +++ b/js/app.js @@ -60,6 +60,12 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) { desc: 'This directive allows you to add Google Maps Javascript API elements.', src: 'https://github.com/angular-ui/ui-map', home: 'http://angular-ui.github.io/ui-map/' + }, + { + name: 'Leaflet', + desc: 'This directive allows you to embed an interact with maps managed by Leaflet library.', + src: 'https://github.com/angular-ui/ui-leaflet', + home: 'http://angular-ui.github.io/ui-leaflet/' }, { name: 'Date',