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