Skip to content

Instantly share code, notes, and snippets.

@crised crised/gist:3cd11ce10a754f4650f8 Secret
Last active Aug 29, 2015

Embed
What would you like to do?
svc.digits = svc.aux;
function poll() {
$http.get('state.json').
success(function (data, status, headers, config) {
svc.markers = data;
svc.aux = 10;
console.log(svc.digits); //undefined
}).
error(function (data, status, headers, config) {
console.log("error");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.