angularjs-directives

$window.rental.reload()

I use AngularJS in a webapp, in this webapp I deployed a map where it shows my clients from a marker. The map I'm using is Le ... le (image of a map, in the case of OpenStreetMap) is loaded, but not the rest of the layers that would be the markers (27)).

Message appears in modal and Page at the same time

I created a "message center" in Angularjs that injects messages on the screen. The message always appears when an error occu ... .alerts.splice(index, 1); } }] } });

Docker build with angular node

I need a little help with Docker, I need buildar to generate an image, but I'm having the following error: Step 9/10: COPY ... oftplayer /usr/share/nginx/html COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf Can anyone help me with this please?

Directive runs 2 times

I have the following "directve": app.directive('modal', ['$window', function ($window) { return { restrict: 'C', li ... on is executed 2 times, even if there is only 1 element in the HTML with the "modal" class, where the "directive" is applied.