Define an angular app
'use strict'; /* * Angular App */ var angularApp = angular.module('angularApp', [/* dependencies */]);