mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 15:54:42 +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;
|
return new Scope();
|
||||||
var scope = new Scope();
|
|
||||||
scope.$service = $injector;
|
|
||||||
return scope;
|
|
||||||
|
|
||||||
function compileToFn(exp, name) {
|
function compileToFn(exp, name) {
|
||||||
var fn = $parse(exp);
|
var fn = $parse(exp);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue