I'm looking at this 2 repos :
https://github.com/angular-ui/ui-leaflet
https://github.com/tombatossals/angular-leaflet-directive
I installed the ui-leaflet : bower install --save ui-leaflet
I added the dependecy : ['ui-leaflet', ...]
But in the browser's console I get this: Controller 'leaflet', required by directive 'center', can't be found!
How do I install this directive? Why is it necessary?
I think it's the 2nd repo but I don't get how to install it.