2015年6月15日
摘要: 使用技巧 下面进入正文,我会列举出我在使用angular的过程中使用的一些技巧,会以场景的形式一一列举.这里对于Angular的一些基础概念我不会解释,本文是一些技巧性的东西,不是基础教程.(1) angular中"{{}}"于Python的flask冲突Python的flask使用的模板中,数据绑... 阅读全文
posted @ 2015-06-15 13:41 杨杨0708 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 今天还是来说一下angular中的路由模块。我们实际项目中,各个页面的切换是经常会与Auth相关的。比如我网站的后台,是需要登录过的用户才能进去,那么我们用angularJS做前端路由的时候应该怎么完成这个功能呢--------------------------------------------... 阅读全文
posted @ 2015-06-15 10:26 杨杨0708 阅读(3022) 评论(1) 推荐(2) 编辑
摘要: $httpProvider interceptor.factory('auth403', ['$rootScope', '$q', '$location', function auth403($rootScope, $q, $location) { return { requ... 阅读全文
posted @ 2015-06-15 10:02 杨杨0708 阅读(437) 评论(0) 推荐(0) 编辑
摘要: $stateservice in module ui.router.state Description$state service is responsible for representing states as well as transitioning between them. It als... 阅读全文
posted @ 2015-06-15 09:59 杨杨0708 阅读(3216) 评论(0) 推荐(0) 编辑