mcbjam
Resultados
1
preguntas formuladas por
mcbjam
¿Cómo llamar a un método definido en una directiva AngularJS?
13
respuestas
300
votos
339.0k
vistas
Tengo una directiva, aquí está el código: .directive('map', function() { return { restrict: 'E', replace: true, template: '<div></div>', link: function($scope, element, attrs) { var center = new google.maps.LatLng(50.1, 14.4); $scope.map_options