ng-Enter指令
摘要:
app.directive('ngEnter', function() { return function(scope, element, attrs) { element.bind("keydown keypress", function(event) { if(ev... 阅读全文
posted @ 2015-10-25 20:59 繁华落尽、勿忘初心 阅读(384) 评论(0) 推荐(0)
2015年10月25日 #
posted @ 2015-10-25 20:59 繁华落尽、勿忘初心 阅读(384) 评论(0) 推荐(0)
posted @ 2015-10-25 20:52 繁华落尽、勿忘初心 阅读(425) 评论(0) 推荐(0)