Jonathan Shaffer

Results 13 comments of Jonathan Shaffer

@Varada-Echidna thanks for the ping, I've been under a few distractions unfortunately. You can check out the differences in my fork if you want a starting point for a potential...

@Varada-Echidna There is a working fix in a PR - #240

Using basic.html as an example you can test angular 1.6 using this branch locally by: 1) Update systemjs angular to 1.6 2) Update related demo $http as follows: ``` $http.get('/demos/data/100.json').success(function(data)...