This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9753,7 +9753,7 @@ There are no breaking changes in this release (promise!)
9753
9753
([31c56f54](https://github.com/angular/angular.js/commit/31c56f540045b5270f5b8e235873da855caf3486),
9754
9754
[#4145](https://github.com/angular/angular.js/issues/4145),
9755
9755
[#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
9757
9757
([5a1a6b86](https://github.com/angular/angular.js/commit/5a1a6b86a8dbcd8aa4fe9c59fad8d005eead686c),
9758
9758
[#3759](https://github.com/angular/angular.js/issues/3759))
9759
9759
Original file line number Diff line number Diff line change @@ -8615,7 +8615,7 @@ describe('$compile', function() {
8615
8615
} ) ;
8616
8616
8617
8617
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' +
8619
8619
' if transcluded content exists' , function ( ) {
8620
8620
module ( function ( ) {
8621
8621
directive ( 'trans' , function ( ) {
@@ -8632,7 +8632,7 @@ describe('$compile', function() {
8632
8632
} ) ;
8633
8633
} ) ;
8634
8634
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' +
8636
8636
' if transcluded content does NOT exist' , function ( ) {
8637
8637
module ( function ( ) {
8638
8638
directive ( 'trans' , function ( ) {
You can’t perform that action at this time.
0 commit comments