Expression to evaluate upon click. (Event object is available as $event ) ... <button ng-click="count = count + 1" ng-init="count=0"> Increment </button> ...
確定! 回上一頁