angular.module('mapboxgl-directive').directive('glZoom', [function () {
    function mapboxGlZoomDirectiveLink (scope, element, attrs, controller) {
        if (!controller) {
            throw new Error('Invalid angular-mapboxgl-directive controller');
        }