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

Commit 146f9c1

Browse files
gressusgkalpak
authored andcommitted
docs(ngMock): add missing ")" in example
Closes #14112
1 parent e55829a commit 146f9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ angular.mock.$RootElementProvider = function() {
19231923
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
19241924
* expect(ctrl.name).toEqual('Clark Kent');
19251925
* expect($log.info.logs).toEqual(['Clark Kent']);
1926-
* });
1926+
* }));
19271927
* });
19281928
*
19291929
* ```

0 commit comments

Comments
 (0)