-
Notifications
You must be signed in to change notification settings - Fork 45
Sample AngularHint application? #36
Comments
@caguillen214, I've created an example app that is meant to look somewhat correct although underneath it violates many best practices in order to showcase how silent errors affect applications. Please feel free to add to the errors in the application or change it as necessary. I know that many of the errors in |
In 17ed6ae I've added a |
This is great! And I think thats a good idea. I do think that making custom directives would be beneficial though because theres a lot of features related to that in |
Okay, I've basically spent today fixing the issues I referenced above that I discovered in testing the SampleApplication. I will work on adding a custom directive to test and show AngularHintDirectives behavior. |
Add good and bad uses of custom directives in example and correctExample to show more ngHint options for directives. #36
In 149b9b5 I updated the incorrect example app and the correctExample app to use a custom directive. Honestly, I'm not sure I'm familiar enough with directives to make a really convincing broken example. Feel free to suggest changes. I've tried to maximize the number of hints that I am generating. |
@btford Besides the contrived examples in the e2e tests, we had discussed having a more realistic sample application using AngularHint to demonstrate its functionality. Would this sample application be developed in this repository? Do we have any ideas of what sort of application it should be like?
The text was updated successfully, but these errors were encountered: