You are overwriting app module in home.js thus getting the error. Use var app = angular.module('app'); //Get previously defined module.
確定! 回上一頁