Skip to content

Commit b58a7f8

Browse files
dchermanNarretz
authored andcommitted
chore(styleDirective): remove an unneccessary directive definition
Since the style directive is defined as a non-terminal element directive with no behavior on link, we may as well not define anything at all. PR (angular#14983)
1 parent 38a4964 commit b58a7f8

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

angularFiles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ var angularFiles = {
8080
'src/ng/directive/ngTransclude.js',
8181
'src/ng/directive/script.js',
8282
'src/ng/directive/select.js',
83-
'src/ng/directive/style.js',
8483
'src/ng/directive/validators.js',
8584
'src/angular.bind.js',
8685
'src/publishExternalApis.js',

src/AngularPublic.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
formDirective,
1212
scriptDirective,
1313
selectDirective,
14-
styleDirective,
1514
optionDirective,
1615
ngBindDirective,
1716
ngBindHtmlDirective,
@@ -176,7 +175,6 @@ function publishExternalAPI(angular) {
176175
form: formDirective,
177176
script: scriptDirective,
178177
select: selectDirective,
179-
style: styleDirective,
180178
option: optionDirective,
181179
ngBind: ngBindDirective,
182180
ngBindHtml: ngBindHtmlDirective,

src/ng/directive/style.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)