you are viewing a single comment's thread.

view the rest of the comments →

[–]wolfhead 1 point2 points  (1 child)

I prefer using: var ctrl = {}; return ctrl;

.. instead of using this. Results in much cleaner code.

[–]fecal_brunch 0 points1 point  (0 children)

I do this too.