mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(scope): remove $service
This commit is contained in:
parent
9c06394376
commit
b3c17f3fdc
1 changed files with 1 additions and 4 deletions
|
|
@ -635,10 +635,7 @@ function $RootScopeProvider(){
|
|||
}
|
||||
};
|
||||
|
||||
// TODO(misko): remove this;
|
||||
var scope = new Scope();
|
||||
scope.$service = $injector;
|
||||
return scope;
|
||||
return new Scope();
|
||||
|
||||
function compileToFn(exp, name) {
|
||||
var fn = $parse(exp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue