Awesome
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
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
<script src="app/bower_components/angular-pokemon/angular-pokemon.js"></script>
<script>
angular.module('YOUR_APP', [
'angular-pokemon' // you can also use 'ngPokemon' if you prefer that
]);
</script>
Originially designed by @briantford via Plunker Example