I see the following angularjs controller syntax structure all the time.
angular.module(\'7minWorkout\').controller(\'WorkoutController\', [\'$scope\', \'$in
This "repetion" is to make it safe for minification:
AngularJS - Controllers, Dependencies, and Minification