simalexan / angular-interop

A demo of interoperability between Polymer and AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer + AngularJS

A demo of interoperability between Polymer and AngularJs.

Getting started

In order to run it locally you'll need to fetch some dependencies using Bower.

  • Install Bower:

    $ [sudo] npm install -g bower
  • Install local dependencies:

    $ bower install
  • Start a local web server:

    $ python -m SimpleHTTPServer
  • Open the browser and navigate to localhost:8000

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

License

MIT License © WebComponents.org

About

A demo of interoperability between Polymer and AngularJS