'use strict'

###*
 # @ngdoc overview
 # @name <%= scriptAppName %>
 # @description
 # # <%= scriptAppName %>
 #
 # Main module of the application.
###
angular
  .module('<%= scriptAppName %>', [<%= angularModules %>])
