Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix(angular-boostrap): add missing jQuery/jqLite binding
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Nov 30, 2011
1 parent 1cdfa3b commit b656552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/angular-bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
// empty the cache to prevent mem leaks
globalVars = {};

bindJQuery();

angularInit(config, document);
}

Expand Down

0 comments on commit b656552

Please sign in to comment.