Giter Club home page Giter Club logo

ng-rap's Introduction

安装

  • $ bower install ng-rap

使用

angular.module('myApp', ['ngRap']).config(['$httpProvider', 'ngRapProvider', function(httpProvider, ngRapProvider) {
	ngRapProvider.script = 'http://xxx.xxx.xxx/rap.plugin.js?projectId=nnn'; // replce your host and project id
	ngRapProvider.enable({
		mode: 3
	});
	httpProvider.interceptors.push('rapMockInterceptor');
}]);

ng-rap's People

Contributors

goto100 avatar xiaomaojames avatar liamghenry avatar

Stargazers

 avatar zhoulujun avatar MiWi.Lin avatar renfeng.mei avatar NavCat avatar Alex Tao avatar Ken avatar Kimi Gao avatar zilong.zhou avatar liujinjian avatar Guangwei Li avatar  avatar 哇,女神 avatar mzvast avatar wangjeaf avatar  avatar Eybin Ng avatar zhoutaoo avatar  avatar ♫♨  ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ avatar Bosn avatar

Watchers

 avatar James Cloos avatar liujinjian avatar  avatar

ng-rap's Issues

路径bug

源码中只处理了相对路径的xhr请求,绝对路径没有转换。可以判断下分别处理

demo配置有错误

在module的config中,应该依赖'$httpProvider'和'ngRapProvider',demo中给的是['httpProvider', 'ngRapProvider']

解析mockjs模板

rap服务器返回的是mockjs的数据模板,用这个插件,数据在transformResponse阶段,因为数据不是json(带有function等),在angular默认的transform上的parse json阶段就出错。请问你是怎么解决的?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.