Go to file
Tarun Bhardwaj 1b3261b3eb Released 0.5.2 2016-04-28 18:16:50 +05:30
.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 Add now() in datetime datatype 2016-04-28 18:14:50 +05:30
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 Fix link title and updated LICENSE file 2016-03-11 22:07:17 +05:30
README.md Fix link title and updated LICENSE file 2016-03-11 22:07:17 +05:30
bower.json Released 0.5.2 2016-04-28 18:16:50 +05:30
fabfile.py Fix link title and updated LICENSE file 2016-03-11 22:07:17 +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 Fulfil.io. If you are looking for on-site teaching or consulting support, contact our sales and support teams.