剛開始學angular啊,試著寫的小demo,就報錯了。 。 。
html:
js:
報錯誤:
------新的報錯資訊= =#----
按@張伯函 的辦法改寫了一下 還是報同樣的錯誤
然後我把ng-app="myApp"
報了一個新的錯誤T^T
业精于勤,荒于嬉;行成于思,毁于随。
不能直接用function来定义controller
function
controller
var myApp = angular.module('myApp',[]); myApp.controller('GreetingController', ['$scope', function($scope) { $scope.greeting = 'Hola!'; }]);
參考:https://docs.angularjs.org/guide/controller
把ng-app改成ng-app="myApp"啊,親
ng-app
ng-app="myApp"
樓主是怎麼解決的 急 在線等
不能直接用
function
来定义controller
參考:https://docs.angularjs.org/guide/controller
把
ng-app
改成ng-app="myApp"
啊,親樓主是怎麼解決的 急 在線等