This repository was archived by the owner on Apr 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
angular.hint.onMessage is empty function #81
Comments
hey @wkwiatek thanks for reporting. you don't happen to have a log of any errors you saw did you? |
Good find - we forgot to pull this out earlier.
|
SomeKittens
added a commit
that referenced
this issue
May 10, 2015
Now that we've switched to an event emitter, log was no longer used and was causing confusion. The major change here is that once we emit an event, it is not stored. If this turns out to be a big deal, we can implement a message storage module. Closes #81
SomeKittens
added a commit
that referenced
this issue
May 10, 2015
Now that we've switched to an event emitter, log was no longer used and was causing confusion. The major change here is that once we emit an event, it is not stored. If this turns out to be a big deal, we can implement a message storage module. Closes #81 tweaked test
Hi guys. Thanks for your reply. @SomeKittens I changed the version in my project to your fixed branch and it seems to emit events now but I can't find any place where they're handled. Am I wrong or is there any other way to see messages from |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I couldn't make angular-hint working when using as browserify package as well as built version. The problem I met is that there is an empty function which I suppose is meant to work as logger. It's in this particular line: https://github.com/angular/angular-hint/blob/master/src/modules/log.js#L49
I've tried to run one of your examples with no success. I've added generated hint.js file to this plunker: http://plnkr.co/edit/qxaz82gNQjiPyIVt2v9g
Also the dependencies seems to be a little bit outdated themselves. It may be a problem with node 0.12 which I use.
The text was updated successfully, but these errors were encountered: