refactor(ngProbe): rename to ng.probe
BREAKING CHANGE: Closes #3786 - ngProbe => ng.probe
This commit is contained in:
committed by
Miško Hevery
parent
cebd670a8e
commit
4415855683
@@ -8,7 +8,7 @@ import {Renderer} from 'angular2/src/core/render/api';
|
||||
import {DebugElement} from './debug_element';
|
||||
|
||||
const NG_ID_PROPERTY = 'ngid';
|
||||
const INSPECT_GLOBAL_NAME = 'ngProbe';
|
||||
const INSPECT_GLOBAL_NAME = 'ng.probe';
|
||||
|
||||
var NG_ID_SEPARATOR = '#';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user