btford/ngmin

Support custom provider $get

Closed this issue · 2 comments

Hey dude!

How about supporting the $get method of a custom provider?

this.$get = [dep1, dep2, function (dep1, dep2) {

}];

:)

Fixed via #33, and landed in v0.3.7.

Whoa awesome!