0.0.2 • Published 11 years ago

angular-pokemon v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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.0-rc.3/angular.min.js"></script>
<script src="app/bower_components/angular-pokemon/angular-pokemon.js"></script>
<script>
  angular.module('YOUR_APP', [
    'angular-pokemon'
  ]);
</script>