Go to file
Angel Alvarez 286b297226 fix path var to load templateurl without fixed path 2014-09-21 11:50:57 +02:00
.gitignore add .gitignore 2014-09-19 18:14:34 +02:00
COPYRIGHT initial commit 2014-09-19 12:03:47 +02:00
LICENSE initial commit 2014-09-19 12:03:47 +02:00
README initial commit 2014-09-19 12:03:47 +02:00
bower.json initial commit 2014-09-19 12:03:47 +02:00
login.html initial commit 2014-09-19 12:03:47 +02:00
login.js fix path var to load templateurl without fixed path 2014-09-21 11:50:57 +02:00
package.json fix mispelled , 2014-09-19 12:12:08 +02:00

README

tryton-angular-login
====================

The nantic module for Angular and Tryton application platform.


For add component to Angular application.

File: App.js

    angular.module('myApp', [
        'openlabs.angular-tryton'
        'myApp.login',
    ]).


File: Index.html

    <script src="app.js"></script>
    <script src="bower_components/angular-tryton/src/tryton.js"></script>
    <script src="bower_components/angular-tryton-login/login.js"></script>


License
-------

See LICENSE

Copyright
---------

See COPYRIGHT