Like @Tom stated you need to actually call your start()
function.
function start() {
var app = angular.module('AngularUIBucketApp', [
"ngRoute",
"ngTouch",
"mobile-angular-ui"
]);
}
start();
solved Angular 1.4.2 $injector:modulerr Module Error