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
- Host: GitHub
- URL: https://github.com/patrickjs/angular-pokemon
- Owner: PatrickJS
- Created: 2013-10-17T04:26:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T08:32:41.000Z (almost 12 years ago)
- Last Synced: 2025-05-08T00:05:26.477Z (8 months ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-pokemon [](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)