Posts by Amanda • 3 points
1 post
-
0
votes1
answer89
viewsQ: Invoking a function by passing arguments within $Scope does not work
I have a function in a file called "mapHelper.js" responsible for adding popups on a map: function writeMarker(x,y,msg) { var muxiCoordinates = [x,y]; var muxiMarkerMessage = msg;…