Mike Graham

Results 13 issues of Mike Graham

@Reklino - could `flexbox + angular-resizable + ui grid` produce a resizing ui grid that can shrink?

help wanted

port sample to ts15 beta (on ts 15 branch)

![aurelia ipad](https://cloud.githubusercontent.com/assets/10272832/6069395/2af8d5f0-ad41-11e4-9e93-da126596fce3.jpg)

port sample to ts15beta (on ts 15 branch)

http://aurelia.io/docs.html#the-screen-activation-lifecycle

``` asDelete():RequestBuilder; asGet():RequestBuilder; asHead():RequestBuilder; asOptions():RequestBuilder; asPatch():RequestBuilder; asPost():RequestBuilder; asPut():RequestBuilder; asJsonp():RequestBuilder; withUrl(url:any):RequestBuilder; withContent(content:any):RequestBuilder; withBaseUrl(baseUrl:any):RequestBuilder; withParams(params:any):RequestBuilder; withResponseType(responseType:any):RequestBuilder; withTimeout(timeout:any):RequestBuilder; withHeader(key:any,value:any):RequestBuilder; withCredentials(value:any):RequestBuilder; withReviver(reviver:any):RequestBuilder; withReplacer(replacer:any):RequestBuilder; withProgressCallback(progressCallback:any):RequestBuilder; withCallbackParameterName(callbackParameterName:any):RequestBuilder; ```

update docs to reflect ts 15 port changes

make sure that all of the current types are represented in the .ts files so they end up in the generated .d.ts files.