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

Commit d02702c

Browse files
committed
spelling: transclude
1 parent 91fc063 commit d02702c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9753,7 +9753,7 @@ There are no breaking changes in this release (promise!)
97539753
([31c56f54](https://github.com/angular/angular.js/commit/31c56f540045b5270f5b8e235873da855caf3486),
97549754
[#4145](https://github.com/angular/angular.js/issues/4145),
97559755
[#3964](https://github.com/angular/angular.js/issues/3964))
9756-
- **ngTransclude:** detect ngTranslude usage without a transclusion directive
9756+
- **ngTransclude:** detect ngTransclude usage without a transclusion directive
97579757
([5a1a6b86](https://github.com/angular/angular.js/commit/5a1a6b86a8dbcd8aa4fe9c59fad8d005eead686c),
97589758
[#3759](https://github.com/angular/angular.js/issues/3759))
97599759

test/ng/compileSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8615,7 +8615,7 @@ describe('$compile', function() {
86158615
});
86168616

86178617

8618-
it('should clear contents of the ng-translude element before appending transcluded content' +
8618+
it('should clear contents of the ng-transclude element before appending transcluded content' +
86198619
' if transcluded content exists', function() {
86208620
module(function() {
86218621
directive('trans', function() {
@@ -8632,7 +8632,7 @@ describe('$compile', function() {
86328632
});
86338633
});
86348634

8635-
it('should NOT clear contents of the ng-translude element before appending transcluded content' +
8635+
it('should NOT clear contents of the ng-transclude element before appending transcluded content' +
86368636
' if transcluded content does NOT exist', function() {
86378637
module(function() {
86388638
directive('trans', function() {

0 commit comments

Comments
 (0)