recherche

Maison  >  Questions et réponses  >  le corps du texte

angular.js - 使用angularjs,为什么报controller没定义?

刚开始学angular啊,试着写的小demo,就报错了。。。

html:

js:

报错:

------新的报错信息= =#----

按@张伯函 的办法改写了一下

还是报同样的错误

然后我把ng-app="myApp"

报了一个新的错误T^T

迷茫迷茫2743 Il y a quelques jours606

répondre à tous(2)je répondrai

  • 高洛峰

    高洛峰2017-05-15 16:52:40

    ne peut pas être directement utilisé pour définir functioncontroller

    var myApp = angular.module('myApp',[]);
    
    myApp.controller('GreetingController', ['$scope', function($scope) {
      $scope.greeting = 'Hola!';
    }]);
    

    Référence : https://docs.angularjs.org/guide/controller


    Changez

    par ng-appAh, chérieng-app="myApp"

    répondre
    0
  • PHPz

    PHPz2017-05-15 16:52:40

    Comment l'affiche originale a-t-elle résolu le problème ? Urgent, attente en ligne

    répondre
    0
  • Annulerrépondre