午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

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

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

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

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

相關文章:
主站蜘蛛池模板: 中文字幕在线播出 | 日韩av女优在线观看 | 欧美一级片在线播放 | 国产精品美女网站 | 中文字幕久久精品 | 久草超碰在线 | 手机av不卡 | 在线观看的av网址 | 开元在线观看视频国语 | 亚洲天堂av网站 | 亚洲专区在线播放 | 久久久视频在线观看 | 日韩av成人在线 | 欧美xxxx黑人xyx性爽 | 欧美成人综合色 | 一级片aa| 在线不欧美 | 午夜视频在线看 | 成人午夜高清 | 久久av一区 | 中文字幕一区二区三区四区不卡 | 在线免费看毛片 | 免费a级黄色片 | 欧美亚洲国产日韩 | 亚洲网在线观看 | 中文字幕日产乱码中 | 99久久久国产精品免费蜜臀 | 欧美黄色一区二区 | 欧美一级特黄高清视频 | 国产传媒自拍 | 中文理论片 | 欧美一极片 | 深夜成人福利视频 | 成年视频在线播放 | 国产精品视频免费在线观看 | 色婷婷小说 | 成人av中文字幕 | 久久精品久久久久 | 中文字幕亚洲视频 | 色黄大色黄女片免费中国 | 亚洲天堂第一区 |