angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

refactor(log): Remove log option #84

Closed SomeKittens closed 9 years ago

SomeKittens commented 9 years ago

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 commented 9 years ago

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

SomeKittens commented 9 years ago

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