aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
blob: 6403c4ffbf81cc460108b5d034587c4f31db6ef8 (plain)
1
2
3
4
5
6
7
'use strict';

//try to bind to jquery now so that one can write angular.element().read()
//but we will rebind on bootstrap again.
bindJQuery();

publishExternalAPI(angular);