2016年5月17日

angular路由 UI Router理解

摘要: 原文链接 //引用依赖 angular.module('app',["ui.router"]) .config(function($stateProvider){ $stateProvider.state(stateName, stateCofig); }) 原文链接 //引用依赖 angular. 阅读全文

posted @ 2016-05-17 09:42 不觉晓 阅读(249) 评论(0) 推荐(0)

导航