mil-mly

Results 1 comments of mil-mly

But this will also remove all the properties you set on $locale in other decorators. Consider following code: ``` javascript $provide.decorator('$locale', function ($delegate) { $delegate.myProperty = true; return $delegate; });...