refactor(ngProbe): rename to ng.probe

BREAKING CHANGE:

Closes #3786

- ngProbe => ng.probe
This commit is contained in:
Misko Hevery
2015-08-28 10:36:58 -07:00
committed by Miško Hevery
parent cebd670a8e
commit 4415855683
7 changed files with 39 additions and 9 deletions
@@ -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 = '#';