Mike Graham

Results 66 comments of Mike Graham

ok. so here's the starting point without using `angular-resizable`: the [running sample](http://cmichaelgraham.github.io/ng-ui-grid-flexbox/index.html) shows the ui grid in a flexbox. it starts out with scrollbars. if you grow the window, it...

ok, got the above working without `angular-resizable` - will circle back to implement a resizing version at some point... i wrapped the ui grid div in a div that uses...

@jods4 [babel-dts-generator](https://github.com/YoloDev/babel-dts-generator) has been updated to support generics. as part of this, it also has been updated to the new [babel6 plugin](http://babeljs.io/docs/plugins) architecture. > - [Babel 6 Plugin Handbook](https://github.com/thejameskyle/babel-handbook#babel-plugin-handbook) >...

i'll have a look :smile:

need to test with the latest... will do that tonight... (i think we should be ok with the required generics)

@heruan - can you submit the PR so i can test with the latest babel-dts-generator? ping @EisenbergEffect

thanks @heruan :smile: @jods4 - can you submit a PR?

there is some tricky business in this... i've found my self deleting multiply-defined items from the es6.d.ts on several occasions. here are some related links: https://github.com/Microsoft/TypeScript/issues/3005 https://github.com/Microsoft/TypeScript/issues/3215 https://github.com/Microsoft/TypeScript/issues/3332

generated type info for http-client RequestBuilder: ``` javascript export class RequestBuilder { client: any; transformers: any; useJsonp: any; constructor(client: any); /** * Adds a user-defined request transformer to the RequestBuilder....

test passed @jgrossimg :+1: