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

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

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

瀏覽:71日期: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:

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

相關文章:
主站蜘蛛池模板: www国产永久免费视频看看 | 亚洲香蕉综合在人在线时看 | 广东东莞一级毛片免费 | av国产精品| 国内精品视频一区 | 尤物视频网在线观看 | 国产成人一级 | 2020国产成人精品免费视频 | 婷婷丁香啪啪 | 鲁大师视频在线观看免费播放 | 免费一级欧美片在线观免看 | 龙口护士门91午夜国产在线 | 黄片毛片一级片 | 欧美亚洲国产成人精品 | 亚洲在线视频免费 | 特黄特色一级aa毛片免费观看 | 国产在线高清不卡免费播放 | 婷婷色中文字幕 | 站长推荐精品午夜免费影院 | 日本japanesevideo护士 | 金发美女大战黑人啪啪 | 欧美一区二区三区播放 | 日韩免费黄色片 | 亚洲qingse中文字幕久久 | 国产精品久久久久影视不卡 | 久久99精品久久久 | 国内激情 | 欧美精品亚洲精品日韩一区 | 亚洲国产成a人v在线观看 | 在线看片黄 | 日韩精品视频在线 | 91久久青青草原线免费 | 亚洲综合色丁香麻豆 | 国产高清免费影视在线观看 | 日韩特黄 | 亚洲生活片 | 色毛片| 91精品国产免费入口 | 国产欧美日韩精品一区二 | 一区视频在线播放 | 国产一区二区三区四区波多野结衣 |