jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

TypeScript Definitions #66

Open clonardo opened 8 years ago

clonardo commented 8 years ago

Hi All,

I whipped up some quick TypeScript definitions, in case anyone here is into that sort of thing: https://gist.github.com/clonardo/c8e951818a98a8a6bbc3c9cfdb8682d5

I'll probably tweak them a bit before submitting a PR to DefinitelyTyped, but they're working well enough for me right now. Usage of the service looks something like this: https://gist.github.com/clonardo/9b853eab65699951a43471f673911d04

Hope this helps.