Angular uses modules to organize application code. A module can depend on other modules: var app = angular.module("myApp", ['ngRoute']]);.
確定! 回上一頁