Skip to content

Commit

Permalink
[fix] Fix API payment service error - fix #598
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Nov 4, 2017
1 parent 8889a36 commit 9c40d1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions www/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h4 style="text-align: center;">Loading...</h4>
<script src="../dist/dist_js/app/services/tx-services.js"></script>
<script src="../dist/dist_js/app/services/wallet-services.js"></script>
<script src="../dist/dist_js/app/services/plugin-services.js"></script>
<script src="../dist/dist_js/app/services/help-services.js"></script>
<script src="../dist/dist_js/app/services.js"></script>
<script src="../dist/dist_js/app/api/api-demo-services.js"></script>

Expand Down
10 changes: 5 additions & 5 deletions www/js/services/help-services.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
angular.module('cesium.help.services', [])

.constant('csHelpConstants', {
wallet: {
stepCount: 4
}
})
.constant('csHelpConstants', {
wallet: {
stepCount: 4
}
})

.factory('csHelp', function($rootScope, csSettings, UIUtils, csHelpConstants, $controller) {
'ngInject';
Expand Down

0 comments on commit 9c40d1c

Please sign in to comment.