码迷,mamicode.com
首页 > Web开发 > 详细

JS调用AngularJS中的方法

时间:2015-09-02 15:56:42      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:

案例:

在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

JS调用AngularJS中的方法

标签:

原文地址:http://www.cnblogs.com/wt616/p/4778793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!