I haven't tried yet, I'll write my results as soon as I finished the tests.
Meanwhile you can try a little stupid correction, instead of:
chrome.sockets.tcp.create(function(createInfo) {
you can try with:
chrome.sockets.tcp.create({}, function(createInfo) {
Ps. and use angular.bootstrap in deviceready event...