We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c86212 commit f70237aCopy full SHA for f70237a
src/ngMock/angular-mocks.js
@@ -2133,7 +2133,7 @@ angular.mock.$RootElementProvider = function() {
2133
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
2134
* expect(ctrl.name).toEqual('Clark Kent');
2135
* expect($log.info.logs).toEqual(['Clark Kent']);
2136
- * });
+ * }));
2137
* });
2138
*
2139
* ```
0 commit comments