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 8d8a90f commit a675767Copy full SHA for a675767
src/input-tags.spec.js
@@ -21,7 +21,6 @@ describe('Module: angularjs-input-tags -', () => {
21
it('should be emit', () => {
22
ctrl.$onInit();
23
ctrl.addTag({code: 1, text: '1'});
24
- console.log(ctrl);
25
expect(ctrl.onTagAdding).toHaveBeenCalled();
26
});
27
0 commit comments