これはAngularJSチュートリアルのegghead.ioから取ったもので、logchore関数にヒットすることはないようです:
app.controller("ChoreCtrl", function($scope) {
$scope.logChore = function() {
alert("is done");
}
})
jsfiddle: http://jsfiddle.net/dingen2010/sFnAr/1/
これはAngularJSチュートリアルのegghead.ioから取ったもので、logchore関数にヒットすることはないようです:
app.controller("ChoreCtrl", function($scope) {
$scope.logChore = function() {
alert("is done");
}
})
jsfiddle: http://jsfiddle.net/dingen2010/sFnAr/1/