Module is not available, misspelled or forgot to load (but I didn’t)
It should be var app = angular.module(“MesaViewer”, []); This is the syntax you need to define a module and you need the array to show it has no dependencies. You use the angular.module(“MesaViewer”); syntax when you are referencing a module you’ve already defined.