diff options
| author | Misko Hevery | 2012-03-15 22:18:06 -0700 |
|---|---|---|
| committer | Misko Hevery | 2012-03-19 11:35:10 -0700 |
| commit | 9918b748be01266eb10db39d51b4d3098d54ab66 (patch) | |
| tree | 41b9b46a1ac03bff7ec7e5d8027dd255e0c55ecc /src/scenario/angular.suffix | |
| parent | 6ecac8e71a84792a434d21db2c245b3648c55f18 (diff) | |
| download | angular.js-9918b748be01266eb10db39d51b4d3098d54ab66.tar.bz2 | |
fix(compiler): allow transclusion of root elements
Fixed an issue where a directive that uses transclusion (such as ngRepeat) failed to link if it was declared on the root element of the compilation tree. (For example ngView or ngInclude including template where ngRepeat was the top most element).
Diffstat (limited to 'src/scenario/angular.suffix')
| -rw-r--r-- | src/scenario/angular.suffix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/angular.suffix b/src/scenario/angular.suffix index c75c5cca..846dbe17 100644 --- a/src/scenario/angular.suffix +++ b/src/scenario/angular.suffix @@ -14,7 +14,7 @@ angular.forEach(script.attributes, function(attr) { }); if (config.autotest) { - jqLiteWrap(document).ready(function() { + JQLite(document).ready(function() { angular.scenario.setUpAndRun(config); }); } |
