私はAngularJS -UI チュートリアルに従っていますが、最初に立ち往生した例についてです。
シンプルなツールチップを使用しようとしています。必要なすべての js ファイルを含めましたが、anglularJS-ui モジュールによって例外がスローされ、ツールチップという関数が存在しないというメッセージが表示されます。メインモジュールに「ui」モジュールも含めましたが、まだ機能していません。
Error: ui-jq: The "tooltip" function does not exist
at Object.compile (http://localhost:8080/js/lib/angular/ui/angular-ui.js:452:15)
at applyDirectivesToNode (http://localhost:8080/js/lib/angular/angular.js:4047:32)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3794:14)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3799:14)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3799:14)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3799:14)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3799:14)
at compileNodes (http://localhost:8080/js/lib/angular/angular.js:3799:14)
at compile (http://localhost:8080/js/lib/angular/angular.js:3739:29)
at http://localhost:8080/js/lib/angular/angular.js:932:9 <a title="ahaaaaaaaa" ui-jq="tooltip" href="">
enter code here
助けてくれてありがとう。