Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

refactor(log): Remove log option #84

Closed
wants to merge 1 commit into from
Closed

Conversation

SomeKittens
Copy link
Member

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

@erwinmombay
Copy link
Contributor

Really nice cleanup. changes looks good. just waiting for green.

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
@SomeKittens
Copy link
Member Author

Thanks for the review, @erwinmombay. Brought this into master.

SomeKittens added a commit that referenced this pull request Nov 13, 2015
Check for a __ngHintName property on scope/controllerAs value.  If found, name
the scope that in the Scopes panel.

Fixes #84
erwinmombay pushed a commit that referenced this pull request Mar 7, 2016
Check for a __ngHintName property on scope/controllerAs value.  If found, name
the scope that in the Scopes panel.

Fixes #84
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

angular.hint.onMessage is empty function
2 participants