0.3.6 • Published 9 years ago

http-ng v0.3.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

http-ng NPM version Dependencies Status

A standalone angular.js $http service for browsers.

Install

npm install http-ng

Dependences

  • Promise

APIs

see angular.js $http

Usage

import http from 'http-ng'

http.get('/url', {
  params: {
    key: 'value'
  }
}).then(function(res){
  console.log(res.data);
});

Related

License

MIT

0.3.6

9 years ago

0.3.4

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago