ex. angular.service('my', function() { return old; }, {$creation: 'eager-published'}); angular.service('my', function() { return new; }); // should still have $creation of eager-published
ex.
angular.service('my', function() { return old; }, {$creation: 'eager-published'});
angular.service('my', function() { return new; }); // should still have $creation of eager-published