I hereby claim:
- I am tgalal on github.
- I am tgalal (https://keybase.io/tgalal) on keybase.
- I have a public key ASBak-ss9dN8X3S0Vg6XlS7o0DTPYkNC8bYmAuYRcRVbnQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /// <reference path="../../../typings/tsd.d.ts" /> | |
| class SomeCtrl { | |
| static $inject = ['stateParams'] | |
| constructor(private stateParams: ng.ui.IStateParamsService) {} | |
| someMethod() { | |
| return this.stateParams["somethig"] | |
| } | |
| } |