Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 4f29d45

Browse files
committed
new release
1 parent adf5e9e commit 4f29d45

File tree

9 files changed

+249
-148
lines changed

9 files changed

+249
-148
lines changed

dist/css/swagger-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Orange angular-swagger-ui - v0.2.4
2+
* Orange angular-swagger-ui - v0.2.5
33
*
44
* (C) 2015 Orange, all right reserved
55
* MIT Licensed

dist/css/swagger-ui.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h1>angular-swagger-ui sample</h1>
1313
<form name="urlForm" ng-submit="urlForm.$valid&&(swaggerUrl=url)" class="form-inline">
1414
<input type="url" placeholder="swagger URL" class="form-control" id="url" name="url" ng-model="url" required style="width:400px">
15-
<button type="submit" class="btn btn-primary">explore</button>
15+
<button type="submit" class="btn btn-primary" ng-disabled="isLoading">explore</button>
1616
</form>
1717
<h3 ng-show="isLoading">loading ...</h3>
1818
<div swagger-ui url="swaggerUrl" loading="isLoading" parser="json" api-explorer="true" error-handler="myErrorHandler"></div>

dist/less/swagger-ui.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Orange angular-swagger-ui - v0.2.5
3+
*
4+
* (C) 2015 Orange, all right reserved
5+
* MIT Licensed
6+
*/
17

28
.swagger-ui-operation(@method-color; @border-color; @hide-color; @bg-color){
39

dist/scripts/modules/swagger-external-references.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/modules/swagger-xml-formatter.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Orange angular-swagger-ui - v0.2.4
2+
* Orange angular-swagger-ui - v0.2.5
33
*
44
* (C) 2015 Orange, all right reserved
55
* MIT Licensed

dist/scripts/modules/swagger1-to-swagger2-converter.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)