Tagged Questions
6
votes
1answer
212 views
Improvements to an Angular ScrollSpy module
Things that I'm not sure about:
Whether this works in all use cases - alongside routing and within templates etc
Am I polluting the scope with all these variables? This seems to be the easiest way ...
4
votes
2answers
657 views
Simplifying an AngularJs directive that counts the number of characters entered in a textarea
I am trying to implement an AngularJs directive that would count the number of characters entered into a textarea and display it to the user.
Note: it will actually become much more complex later on ...
0
votes
1answer
136 views
Angular version of FitText
This project has evolved a lot since I started learning Angular. I'm pretty happy with it now, and I'm wondering if there's anything I can improve upon, or have forgotten at this point...
HTML
...