You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Is AngularHint primarily intended to be used through Batarang? If so, should the methods currently used to flush messages to console.groupCollapsed be removed? Currently a setInterval() flush produces these messages primarily for protractor tests to view them. Should this flushing be a part of the protractor testing rather than a normal function of AngularHint?
Additionally, if the primary consumption of AngularHint is through Batarang, the README of this library and of the individual modules should explain how AngularHint can be accessed through Batarang.
The text was updated successfully, but these errors were encountered:
I think Batarang will be the main way people use this.
We want to support/document the following uses:
Batarang. Should be the easiest way, and perhaps shown/discussed first.
Loading the angular-hint yourself with the ng-hint pseudo-directive. Second-easiest.
Loading some angular-hint-* module manually by adding the module to the list of dependent modules for some app. If you're doing this, you should be somewhat familiar with Angular.
I think the use with batarang should live in the batarang docs, but there should be a prominent link to it from angular-hint.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is AngularHint primarily intended to be used through Batarang? If so, should the methods currently used to flush messages to
console.groupCollapsed
be removed? Currently asetInterval()
flush produces these messages primarily for protractor tests to view them. Should this flushing be a part of the protractor testing rather than a normal function of AngularHint?Additionally, if the primary consumption of AngularHint is through Batarang, the README of this library and of the individual modules should explain how AngularHint can be accessed through Batarang.
The text was updated successfully, but these errors were encountered: