mirror of
https://github.com/NaN-tic/angular-tryton-gantt.git
synced 2023-12-14 06:13:07 +01:00
No description
.gitignore | ||
bower.json | ||
COPYRIGHT | ||
dhxgantt-directive.js | ||
dhxgantt.js | ||
gantt.html | ||
gantt.js | ||
gantt_test.js | ||
LICENSE | ||
package.json | ||
README | ||
style.css |
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