亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

angular.js - 已實現的angularjs項目用requirejs進行模塊化時遇到問題

瀏覽:87日期:2024-10-06 16:17:14

問題描述

其實就是對todoMVC項目用requirejs進行模塊化。原本的angularjs是分別在controller、directive、service中分別定義了一個模塊來代表這三者。下面是directive:todoFocus.js

(function () { ’use strict’ angular.module(’todoFocus’,[]).directive(’todoFocus’,function ($timeout){return function (scope,element,attrs){ scope.$watch(attrs.todoFocus,function (newVal){if(newVal){ $timeout(function(){element[0].focus(); },0,false);} })} })})()

上面就是一個directive。之后在app.js中

(function () { ’use strict’; angular.module(’todomvc’, [’todoCtrl’, ’todoFocus’, ’todoStorage’]);})();

我用requirejs模塊化之后directive變成了這樣:

(function () { ’use strict’ define([’angular’],function (angular) {angular.module(’todoFocus’,[]).directive(’todoFocus’,function ($timeout){return function (scope,element,attrs){ scope.$watch(attrs.todoFocus,function (newVal){if(newVal){ $timeout(function(){element[0].focus(); },0,false);} })} })return ’todoFocus’; })})()

然后app.js變成了這樣:

(function () { ’use strict’; require([’angular’],function (angular) {require([ ’controllers/todoCtrl’, ’directives/todoFocus’, ’services/todoStorage’ ],function (todoCtrl,todoFocus,todoStorage) {angular.module(’todomvc’,[todoCtrl,todoFocus,todoStorage]);angular.bootstrap(document, [’todomvc’]); }) })})();

之后打開網頁發現所有的js文件都加載出來了,但是并不能實現效果。。angular.js - 已實現的angularjs項目用requirejs進行模塊化時遇到問題

angular.js - 已實現的angularjs項目用requirejs進行模塊化時遇到問題

是不是app.js不能這么寫。沒怎么用過requireJS/(ㄒoㄒ)/~~

貼一下我的文件路徑angular.js - 已實現的angularjs項目用requirejs進行模塊化時遇到問題

下面是我的main.js

(function (win) { ’use strict’; require.config({paths: { angular: ’../node_modules/angular/angular’},shim: { //專門用來配置不兼容的模塊 angular: { exports: ’angular’ //輸出變量名,表示這個模塊外部調用時的名稱 }},deps: [’app’] //deps數組,表示該模塊依賴app模塊,所以要先加載app模塊});})(window)

感覺我的路徑沒啥問題呀/(ㄒoㄒ)/~~

問題解答

回答1:

模塊依賴注入錯誤了,檢查下引用路徑

相關文章:
主站蜘蛛池模板: 国产成人亚洲精品久久 | 一区二区中文字幕在线观看 | 天天摸天天碰中文字幕 | 欧美高清免费精品国产自 | 国产chinese hdxxxx美女 | 日韩毛片高清免费 | 黑人破乌克兰美女处 | 性短视频在线观看免费不卡流畅 | 成人欧美视频在线看免费 | 亚洲激情成人网 | 国产一级淫片免费大片 | 在线二区人妖系列 | 五月天久久久 | 欧美日韩亚洲另类人人澡 | 国产一区成人 | 日不卡在线| 永久免费不卡在线观看黄网站 | 国产乱码精品一区二区三区网页版 | 成年人黄视频 | 另类欧美亚洲 | 国产二区精品 | 亚洲不卡在线观看 | 亚洲性综合网 | 亚洲综合美腿丝国产一区 | 精品久久久在线观看 | 韩国日本一级毛片免费视频 | 娇小性色xxxxx| 婷婷综合 在线 | 免费观看性行为的视频网站 | 久久久久免费精品国产小说 | 嫩草视频网站 | 精品香蕉99久久久久网站 | 午夜免费福利视频 | 国产91精品高跟丝袜在线 | 一级女性黄色生活片 | 911国产视频 | a国产视频 | 看免费毛片 | 日本免费高清一区 | 亚洲国产精品成人午夜在线观看 | 欧美精品v国产精品v |