Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38f8282

Browse files
author
Alex
committedOct 28, 2014
change a apply to an apply
1 parent b0821af commit 38f8282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/ng/directive/inputSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ describe('ngModel', function() {
11441144
dealoc(element);
11451145
}));
11461146

1147-
it('should digest asynchronously on "blur" event if a apply is already in progress',
1147+
it('should digest asynchronously on "blur" event if an apply is already in progress',
11481148
inject(function($compile, $rootScope) {
11491149

11501150
var element = $compile('<form name="myForm">' +

0 commit comments

Comments
 (0)
This repository has been archived.