@2909sanjay wrote:
Hello guyz I am using this code in .run function and its working but when I place the same code in controllers
it says window.connection does not exists why???//Network Code
if (window.Connection) {
alert(" Connection Detected Yahooooo!!! :)");
}
}
else {
alert('Cannot find Window.Connection');
}`
Posts: 1
Participants: 1