Browse Source

Merge pull request #1607 from safinalexey/master

fix for angular apps, when you dont have proper route and clicking on…
bubble
Tony Tam 9 years ago
parent
commit
9bf8129058
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/javascript/view/OperationView.js

+ 1
- 0
src/main/javascript/view/OperationView.js View File

@@ -674,6 +674,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
$.bbq.pushState('#/', 2);
Docs.collapseOperation(elem);
} else {
event.preventDefault();
Docs.expandOperation(elem);
}
},


Loading…
Cancel
Save