Skip to content

educlever/ng-jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EduClever Angular 1.x JSON-RPC client

Getting Started

Install the library through bower.

bower install --save educlever/ng-jsonrpc

Include the scripts in your html file.

<script src="bower_components/ng-jsonrpc/ng-jsonrpc.min.js"></script>

Add it to your module's dependencies.

angular.module('myapp', ['educ.ngJsonRpc']);