7.0.0-alpha.1 • Published 5 years ago

ovh-angular-otrs v7.0.0-alpha.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Manage OTRS tickets

githubbanner

Maintenance Chat on gitter Build Status

NPM

Installation

Bower

bower install ovh-angular-otrs --save

NPM

npm install ovh-angular-otrs --save

Howto's

Inject module

angular.module("myApp", ["ovh-angular-otrs"]);

Inject it to manager-navbar at app.config:

angular.module("myApp")
    .config((OtrsPopupProvider) => {
        OtrsPopupProvider.setBaseUrlTickets("…");
    });
…
const assistanceMenu = [];

assistanceMenu.push({
    title: $translate.instant("otrs_menu_new_ticket"),
    click: (callback) => {
        if (!OtrsPopupService.isLoaded()) {
            OtrsPopupService.init();
        } else {
            OtrsPopupService.toggle();
        }

        if (_.isFunction(callback)) {
            callback();
        }
    }
});
…

Get the sources

git clone https://github.com/ovh-ux/ovh-angular-otrs.git
cd ovh-angular-otrs
npm install
bower install

You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!

Have a look in CONTRIBUTING.md

Run the tests

npm test

Related links

License

See https://github.com/ovh/ovh-angular-otrs/blob/master/LICENSE.md

7.0.0-alpha.1

5 years ago

6.2.3-alpha.0

5 years ago

7.0.0-alpha.0

5 years ago

6.3.0

6 years ago

6.2.2

6 years ago

6.2.1

6 years ago

6.2.0

6 years ago

6.1.3

6 years ago

6.1.2

6 years ago

6.1.1

6 years ago

6.1.0

6 years ago

6.0.1

6 years ago

6.0.0

6 years ago

5.0.0

6 years ago

4.1.2

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago