Ben Nadel

Results 18 comments of Ben Nadel
trafficstars

Thanks for the insight. I tripped over this today when I tried to upgrade my plugin and saw that `typeCheck:true` was no longer supported. I use this plugin to run...

For what it's worth, after learning this, here's the solution I came up with to run tsc offline, but still use System.js to do the rest of it. It was...

Yeah, the `cfcontent` tag internally aborts the request. I think it actually does three things: * Resets the output buffer (if it hasn't been flushed yet). * Writes the bytes...

Ok, not just me then :)

@Urigo the hash-key-copier is no longer relevant as of AngularJS 1.2 (I believe). Now that the ng-repeat directive supports "track by" `variable in expression track by tracking_expression` ... you don't...

@Urigo and if you don't have an "id" (if the data isn't provided by a database), it looks like AngularJS also has a build in reference the uid that HashKeyCopier...

Just adding a `+1` for this feature. I strongly believe that template-driven forms is a huge part of what made / makes Angular so magical. Template reconciliation and field-based 2-way...

@DinisCruz heck yeah, go for it. I attached a larger-resolution one if you want it. Cheers! ![angularjs_over_time-larger-export](https://cloud.githubusercontent.com/assets/563690/16114112/8ca0f7dc-338d-11e6-8cd3-219e03ed92c2.png)

@meltinspace it could be that you need to re-initialize the API. If something went wrong, you might be getting duplicate IDs passed back (the duplicate IDs is usually the reason...

@commandtab To be completely transparent, I am not too familiar with Bower. One of my co-workers gave me an overview of it last week and it seems like an "NPM...