I'm new to angularJS and like to build an simple application, where an google map is displayed in order to load long/lat coordinates to display them in form of markers insight the map. For me it looks like, there are two main google-map extensions for angluarJS:
https://github.com/nlaplante/angular-google-maps
and
https://github.com/angular-ui/ui-map
Which one would you recommend to use? Are there any main differences? Which one could be more "official" (to get longer support, etc...)?