console.log not showing ?
not sure if its me, but i cannot get anything to show up in console.log. I know the script is running, because if i create a error, it stops the script, but when i say:
console.log('owner');
It does not show up in console. ?
This is fired after a service success event, and ideas ?