Go to file
Tarun Bhardwaj d0a7461de4 Released version 0.4.9 2016-02-02 19:23:23 -08:00
.hooks Git pre-commit hook to uglify and stage tryton.js 2014-07-03 10:19:47 +05:30
example Add image to README and docs 2014-07-07 16:13:26 +05:30
src Added method to convert object to pyson 2016-02-02 19:22:17 -08:00
test Minor fix to date DS. 2015-12-28 15:35:21 +05:30
.gitignore Added documentation compatible to ngDocs 2014-07-07 15:24:15 +05:30
.travis.yml Add working code base 2014-05-22 20:52:33 +05:30
Gruntfile.js Add overview 2014-07-07 16:36:19 +05:30
LICENSE Add BSD clause-3 LICENSE 2014-07-07 17:25:24 +05:30
README.md Updated README 2015-12-10 14:34:22 -08:00
bower.json Released version 0.4.9 2016-02-02 19:23:23 -08:00
fabfile.py Add fabfile to deploy documentation 2014-07-07 16:08:02 +05:30
package.json Restructure to use google closure and remove moment.js 2015-12-10 11:26:35 +05:30

README.md

Angular Tryton

An AngularJS module that makes tryton JSONRPC working in the Angular Way. Contains two services tryton, session and one filter urlTryton.

Install

bower install fio-angular-tryton

Usage

Require fulfil.angular-tryton and Inject the Services

angular.module('app', [
    'fulfil.angular-tryton'
]).controller('Ctrl', function(
    $scope,
    tryton,
	session
){});

How to contribute

If you're still convinced that angular-tryton needs to be modified in order to handle your problem and you have an idea on how to do that, well here's how to turn that idea into a commit (or two) in easy steps:

  1. Fork Angular Tryton into your very own GitHub repository

  2. Install git pre-commit hook cp .hooks/pre-commit.sh .git/hooks/pre-commit

  3. Modify code as required.

  4. Once you're satisfied with the changes and you want the rest of the Angular Tryton developers to take a look at them, push your changes back to your own repository and send us a Pull request to develop branch. Don't forget to add test with minimum 100% test coverage.

Authors and Contributors

This module was built at Openlabs.

Professional Support

This module is professionally supported by Openlabs. If you are looking for on-site teaching or consulting support, contact our sales and support teams.