I have written a condition
onclick="window.open({{video_call_url}}, '_system', 'location=yes'); return false;"
here video_call_url is definded in myController as $scope.video_call_url = 'http://www.google.com/';
but when i click the button i am getting an error video_call_url is not defined.