'use strict'

angular.module('<%= scriptAppName %>')
  .service '<%= classedName %>', () ->
    # AngularJS will instantiate a singleton by calling "new" on this function
