Skip to content

Commit

Permalink
chore(demo): fix custom build link
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Sep 22, 2013
1 parent d1f9453 commit e67dfbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/demo/assets/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
angular.module('bootstrapDemoApp', ['ui.bootstrap', 'plunker']);
angular.module('bootstrapDemoApp', ['ui.bootstrap', 'plunker'], function($httpProvider){
delete $httpProvider.defaults.headers.common['X-Requested-With'];
});

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

0 comments on commit e67dfbc

Please sign in to comment.