We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f9cd2 commit 0f3a521Copy full SHA for 0f3a521
misc/demo/assets/app.js
@@ -1,6 +1,6 @@
1
/* global FastClick, smoothScroll */
2
angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch', 'ngAnimate', 'ngSanitize'], function($httpProvider){
3
- if (!!FastClick) {
+ if (!!window.FastClick) {
4
FastClick.attach(document.body);
5
}
6
delete $httpProvider.defaults.headers.common['X-Requested-With'];
0 commit comments