refactor(ivy): remove directiveRefresh instruction (#22745)

PR Close #22745
This commit is contained in:
Kara Erickson
2018-03-13 11:48:09 -07:00
parent 4ac606b419
commit b1365d1fa8
28 changed files with 157 additions and 313 deletions

View File

@ -56,6 +56,9 @@
{
"name": "checkNoChangesMode"
},
{
"name": "componentRefresh"
},
{
"name": "createLNode"
},
@ -77,9 +80,6 @@
{
"name": "directiveCreate"
},
{
"name": "directiveRefresh"
},
{
"name": "domRendererFactory3"
},
@ -87,10 +87,10 @@
"name": "enterView"
},
{
"name": "executeContentHooks"
"name": "executeHooks"
},
{
"name": "executeHooks"
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
@ -158,6 +158,9 @@
{
"name": "queueInitHooks"
},
{
"name": "refreshChildComponents"
},
{
"name": "refreshDynamicChildren"
},