2016-08-26 12 views
2

AngularJSを使用してagGridを評価している間。私はagGrid DocumentationAngularJSの例が動作していないことがわかりました。 Internet Explorerコンソールで例外が見つかりました:agGrid AngularJS 1.xの例が機能しない

Failed to instantiate module agGrid due to: Error: [$injector:nomod] Module 'agGrid' is not available!

誰でもこのコントロールを徹底的に調べることができますか?

+0

あなたのIEはバージョンがサポートされていることを確認し、問題を投稿して? - https://github.com/ceolter/ag-grid/issues – YOU

答えて

0

だけ

agGrid.initialiseAgGridWithAngular1(angular); 

を使用し、あなたのモジュールを初期化する前に

var module = angular.module("example", ["agGrid"]); 

Source

関連する問題