Skip to content

trichner/angular-eve-igb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular module wrap Eve Online In-Game-Browser javascript.

Note: Not all browser functions are wrapped atm!

Install

bower install angular-eve-igb --save

Usage

app = angular.module('app', ['trichner.angular-eve-igb']);

...

app.controller('MyController', function(EveIGB){

	// if in IGB, the 'add contact' dialog should pop up, otherwise nothing happens :)
    EveIGB.addContact(3003981);

    // if in IGB shows the character dialog for the specified characterId, otherwise nothing happens
    EveIGB.showCharacter(3003981);

});

About

Angular service that presents the Eve Online in-game browser javascript methods.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors