How can I include a scope variable as an argument for the window.open function? I've tried using the code below:
onclick="window.open($scope.positionsURL, '_system', 'location=yes'); return false;"
However, I keep receiving the following error message:
Uncaught ReferenceError: $scope is not defined
Can someone please assist me in resolving this issue? Is there a syntax error that I'm overlooking?