angular.module('rallly')
.controller('AboutCtrl', function(Title){
    Title.set('About Rallly')
});