An open API service indexing awesome lists of open source software.

https://github.com/patrickjs/angular-pokemon

Pokemon directive for Angular.js
https://github.com/patrickjs/angular-pokemon

Last synced: 14 days ago
JSON representation

Pokemon directive for Angular.js

Awesome Lists containing this project

README

          

# angular-pokemon [![Build Status](https://travis-ci.org/gdi2290/angular-pokemon.png?branch=master)](https://travis-ci.org/gdi2290/angular-pokemon)

Pokemon directive for Angular.js

#How do I add this to my project?

You can download angular-pokemon by:

* (prefered) Using bower and running `bower install angular-pokemon --save`
* Using npm and running `npm install angular-pokemon --save`
* Downloading it manually by clicking [here to download development unminified version](https://raw.github.com/gdi2290/angular-pokemon/master/angular-pokemon.js)

````html

angular.module('YOUR_APP', [
'angular-pokemon' // you can also use 'ngPokemon' if you prefer that
]);

````

Originially designed by [@briantford](https://twitter.com/briantford) via [Plunker Example](http://plnkr.co/edit/xfRpUhIjGTC7g4Pi75kj?p=preview)