All Questions
1 question
5
votes
1
answer
857
views
AngularJS trivia game - separating controller from directive
I am creating a trivia game (purely for learning purposes) using AngularJS, NodeJS and MongoDB. My concern is related to the way I am organising the code in AngularJS. So far the game is functional, ...