Skip to content

Commit

Permalink
docs(ngMock): add missing ")" in example
Browse files Browse the repository at this point in the history
  • Loading branch information
gressus authored and gkalpak committed Feb 23, 2016
1 parent 3c86212 commit f70237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngMock/angular-mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ angular.mock.$RootElementProvider = function() {
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
* expect(ctrl.name).toEqual('Clark Kent');
* expect($log.info.logs).toEqual(['Clark Kent']);
* });
* }));
* });
*
* ```
Expand Down

0 comments on commit f70237a

Please sign in to comment.