Skip to content

Commit e67dfbc

Browse files
chore(demo): fix custom build link
Closes angular-ui#1054
1 parent d1f9453 commit e67dfbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/demo/assets/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
angular.module('bootstrapDemoApp', ['ui.bootstrap', 'plunker']);
1+
angular.module('bootstrapDemoApp', ['ui.bootstrap', 'plunker'], function($httpProvider){
2+
delete $httpProvider.defaults.headers.common['X-Requested-With'];
3+
});
24

35
function MainCtrl($scope, $http, $document, $modal, orderByFilter) {
46
var url = "http://50.116.42.77:3001";

0 commit comments

Comments
 (0)