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

Commit a5ca9f7

Browse files
style($compileSpec): fix typos
1 parent 6e2ab81 commit a5ca9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/ng/compileSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3878,9 +3878,9 @@ describe('$compile', function() {
38783878
});
38793879

38803880

3881-
it('should throw on an ng-translude element inside no transclusion directive', function() {
3881+
it('should throw on an ng-transclude element inside no transclusion directive', function() {
38823882
inject(function ($rootScope, $compile) {
3883-
// we need to do this because different browsers print empty attributres differently
3883+
// we need to do this because different browsers print empty attributes differently
38843884
try {
38853885
$compile('<div><div ng-transclude></div></div>')($rootScope);
38863886
} catch(e) {

0 commit comments

Comments
 (0)