Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 33a693e

Browse files
dchermangkalpak
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 (#14983)
1 parent dd1a957 commit 33a693e

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

angularFiles.js

-1
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

-2
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,
@@ -172,7 +171,6 @@ function publishExternalAPI(angular) {
172171
form: formDirective,
173172
script: scriptDirective,
174173
select: selectDirective,
175-
style: styleDirective,
176174
option: optionDirective,
177175
ngBind: ngBindDirective,
178176
ngBindHtml: ngBindHtmlDirective,

src/ng/directive/style.js

-6
This file was deleted.

0 commit comments

Comments
 (0)