angular.module('rupert-app.title-service', [

]).service 'TitleSvc', ->
  # This returns a bare object.
  title: "A Rupert SPA"
