mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
jQuery 1.10.2 does not attach data to comment nodes, which previously broke `$compile`. This changes how elements with "transclude element" and a controller are compiled to avoid the issue. Closes #3764
12 lines
477 B
JSON
12 lines
477 B
JSON
{
|
|
"name": "AngularJS",
|
|
"devDependencies": {
|
|
"jquery": "1.10.2",
|
|
"lunr.js": "0.4.0",
|
|
"google-code-prettify": "1.0.0",
|
|
"components-font-awesome": "3.1.0",
|
|
"bootstrap": "https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip",
|
|
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
|
|
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.zip"
|
|
}
|
|
}
|