Summary: UpperCamelCase for Controllers and constructor Services, lowerCamelCase everywhere else.
Category Archives: AngularJS
A little tweak with Chrome Console
This strange behaviour with console is worth paying attention to: it updates the object when you expand it. Say we have:
Understanding AngularJS
These are the questions I encountered while trying to wrap my head around it:
Q: What does it do?
A: With AngularJS, HTML is no longer just static elements waiting to be manipulated to go alive, they are the structure and the logic. “They extend HTML by teaching HTML new tricks.” E.g., with a drop down menu, traditionally we’d go: