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

Commit ad15db8

Browse files
gressusgkalpak
authored andcommitted
docs(ngMock): add missing ")" in example
Closes #14112
1 parent 75373dd commit ad15db8

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
@@ -2133,7 +2133,7 @@ angular.mock.$RootElementProvider = function() {
21332133
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
21342134
* expect(ctrl.name).toEqual('Clark Kent');
21352135
* expect($log.info.logs).toEqual(['Clark Kent']);
2136-
* });
2136+
* }));
21372137
* });
21382138
*
21392139
* ```

0 commit comments

Comments
 (0)