码迷,mamicode.com
首页 > 其他好文 > 详细

内置指令和内置事件

时间:2015-01-31 14:22:14      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

<div ng-include="‘other.html‘"></div>

<div ng-include src="‘other.html‘"></div>

<button ng-click=‘changeStaus($event)‘>点击</button>

$scope.changeStaus=function(event){

  angular.element(event.target).html(‘点击改变按钮文字‘);angular.element()方法可以把dom对象转换为jquery对象

}

内置指令和内置事件

标签:

原文地址:http://www.cnblogs.com/toward-the-sun/p/4263957.html

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