From 03138f297e09b4aac4c05992bcf6463ce1850a5c Mon Sep 17 00:00:00 2001 From: Jesse Taylor Date: Fri, 30 Oct 2015 09:57:06 +0000 Subject: [PATCH] Added ui-leaflet --- js/app.js | 6 ++++++ 1 file changed, 6 insertions(+) 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',