Go to file
Angel Alvarez c257d1e34e fix dates, add style and gitignore files 2014-09-21 11:52:32 +02:00
.gitignore fix dates, add style and gitignore files 2014-09-21 11:52:32 +02:00
COPYRIGHT initial commit 2014-09-19 12:10:10 +02:00
LICENSE initial commit 2014-09-19 12:10:10 +02:00
README initial commit 2014-09-19 12:10:10 +02:00
bower.json fix configuration files, miss ',' 2014-09-19 12:43:26 +02:00
dhxgantt-directive.js Select time scale, make weekends and function to load link tasks 2014-09-19 18:24:51 +02:00
dhxgantt.js initial commit 2014-09-19 12:10:10 +02:00
gantt.html Select time scale, make weekends and function to load link tasks 2014-09-19 18:24:51 +02:00
gantt.js fix dates, add style and gitignore files 2014-09-21 11:52:32 +02:00
gantt_test.js initial commit 2014-09-19 12:10:10 +02:00
package.json fix configuration files, miss ',' 2014-09-19 12:43:26 +02:00
style.css fix dates, add style and gitignore files 2014-09-21 11:52:32 +02:00

README

tryton-angular-gantt
====================

The nantic module for Angular and Tryton application platform.


For add component to Angular application.

File: App.js

    angular.module('myApp', [
        'myApp.gantt.dhxgantt',
        'myApp.gantt.gantt_view',
        'openlabs.angular-tryton'
    ]).


File: Index.html

    <!-- init dhtmlxgannt -->
    <link rel="stylesheet" href="bower_components/gantt/codebase/skins/dhtmlxgantt_meadow.css">
    <script src="bower_components/gantt/codebase/dhtmlxgantt.js"></script>

    <script src="app.js"></script>
    <script src="gantt/gantt.js"></script>
    <script src="gantt/dhxgantt.js"></script>
    <script src="gantt/dhxgantt-directive.js"></script>
    <script src="bower_components/angular-tryton/src/tryton.js"></script>

License
-------

See LICENSE

Copyright
---------

See COPYRIGHT