/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/e2e/fixtures/ng-jq/index.html
15 строк
489 B
Michał Gołębiowski-Owczarek
chore(*): get rid of Bower in favor of Yarn aliases & checked-in packages
08 янв 2018, 15:01
08 янв 2018, 15:01
ff2ce9d
Код
Авторство
О чём код?
<!DOCTYPE html> <html ng-app="test" ng-jq> <body> <span>{{jqueryVersion}}</span> <script src="../../../../node_modules/jquery/dist/jquery.js"></script> <script type="text/javascript"> // Verify that empty ng-jq is not accessing `window['']`. // (See https://github.com/angular/angular.js/issues/12741 for more details) window[''] = window.jQuery; </script> <script src="angular.js"></script> <script src="script.js"></script> </body> </html>