How to stop ng-click from a custom directive in AngularJS?

前端 未结 4 889
臣服心动
臣服心动 2021-01-19 08:15

LIVE DEMO

Consider the following myButton directive:

angular.module(\"Demo\", []).directive(\"myButton\", function() {
  return {
    re         


        
4条回答
提交回复
热议问题