var app = angular.module("myApp", ["ngRoute", "ngResource"]) .constant('ACCESS_LEVELS',{ PUB:1, USER:2 }) .config(["$routeProvider", "$httpProvider" ...
確定! 回上一頁