我在寻找代码中TypeError:undefinedisnotafunction的解决方案时遇到问题。我有以下app.js:varapp=angular.module('test',['ngRoute','test.services','test.directives','test.controllers']);app.config(function($routeProvider,$httpProvider,$locationProvider){$locationProvider.html5Mode(true);$routeProvider.when('/q/:q',{template