angular
  .module('example')
  .controller 'SettingsController', ($scope, supersonic) ->
    $scope.navbarTitle = "Settings"
