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

publishExternalAPI(angular);

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