それは私の最初の日であり、単純な作業をしようとしていますが、そうではありません. ここにフィドルがあります:http://jsfiddle.net/LKktL/
<body ng-app>
<div ng-controller='EventAddCtrl'>
<p>Nothing here {{'yet' + '!'}}</p>
<div class='first-test' ng-click="say_hello()">angular test to say hello</div>
</div>
</body>
</p>
function EventAddCtrl($scope){
$scope.say_hello = function() {
alert('hello in there');
}
}
それは明らかに機能しておらず、その理由を理解しようとしています。thx事前に