We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55829a commit 146f9c1Copy full SHA for 146f9c1
src/ngMock/angular-mocks.js
@@ -1923,7 +1923,7 @@ angular.mock.$RootElementProvider = function() {
1923
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
1924
* expect(ctrl.name).toEqual('Clark Kent');
1925
* expect($log.info.logs).toEqual(['Clark Kent']);
1926
- * });
+ * }));
1927
* });
1928
*
1929
* ```
0 commit comments