Skip to content

Commit

Permalink
change: gjslintエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Mar 9, 2020
1 parent 265c769 commit bfecf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/access_counters.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NetCommonsApp.controller('AccessCounters',
$scope.initialize = function(frameId, counterText) {
$scope.counterText = counterText;
$http.get(NC3_URL + '/access_counters/access_counters/view.json?frame_id=' + frameId)
.then(function(response) {
.then(function(response) {
$scope.counterText = response.data.counterText;
},
function() {
Expand Down

0 comments on commit bfecf26

Please sign in to comment.