Skip to content

PatrickJS/angular-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-pokemon Build Status

Pokemon directive for Angular.js

#How do I add this to my project?

You can download angular-pokemon by:

<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

About

Pokemon directive for Angular.js

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors