We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5baa70 commit d79071cCopy full SHA for d79071c
source/AgeBase.BitlyUrlShortener/Controllers/Controller.js
@@ -13,7 +13,7 @@
13
"longUrl": window.location.protocol + "//" + window.location.host + nodeUrl
14
},
15
function (response) {
16
- if (response && response.data && response.url)
+ if (response && response.data && response.data.url)
17
$scope.model.value = response.data.url;
18
else
19
$scope.model.value = "";
0 commit comments