Gundy
Gundy
Right, the issue for the bindings being bound too late is that they are only put on the scope once the controller is being run. If the bindings are placed...
Ran into the same issue, any solution? Would love to be able to use `transpileOnly` since its so much faster.
Just wanted to chime in and say that I am really looking forward to having `grunt-ts` work with `grunt-contrib-watch` :) At the moment the only way to get it working...
If an interface has multiple IPs, `ifconfig` will only show one of them. `ip addr` is to be preferred.
Right... I just took a look at the code and the command that is executed to grab the netmask for `eth0` is the following, followed by the output ```sh ifconfig...
The array returned by `interfaces_list()` contains a single entry: ```js [ { name: 'eth0', ip_address: '192.168.2.116', mac_address: '5c:f8:21:0f:40:d8', gateway_ip: '192.168.2.1', netmask: '255.255.0.0', type: 'Wired' } ] ``` So far, from...