JS调用AngularJS中的方法
案例:
在IONIC中使用百度地图的JS版SDK,在该JS相关界面中需要触发点击事件来实现在Ionic的JS中定义的函数,参考方法如下:
onclick="var $scope = angular.element(event.target).scope();$scope.hello()"
其中var $scope = angular.element(event.target).scope()代码就是当前js被触发时候的那个scope
案例:
在IONIC中使用百度地图的JS版SDK,在该JS相关界面中需要触发点击事件来实现在Ionic的JS中定义的函数,参考方法如下:
onclick="var $scope = angular.element(event.target).scope();$scope.hello()"
其中var $scope = angular.element(event.target).scope()代码就是当前js被触发时候的那个scope