added exception handling, updated client

This commit is contained in:
Tony Tam
2014-09-28 20:19:17 -07:00
parent 1eac80abdd
commit b0eff2d78b
6 changed files with 30 additions and 7 deletions

1
dist/index.html vendored
View File

@@ -22,7 +22,6 @@
<!-- enabling this will enable oauth2 implicit scope support -->
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
<script src='spec.js' type='text/javascript'></script>
<script type="text/javascript">
$(function () {
var url = window.location.search.match(/url=([^&]+)/);