Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uttesh/polymerangular
its integration framework of google polymer and google angularjs ...developed framework with Polymer+angularjs directives..
https://github.com/uttesh/polymerangular
Last synced: about 6 hours ago
JSON representation
its integration framework of google polymer and google angularjs ...developed framework with Polymer+angularjs directives..
- Host: GitHub
- URL: https://github.com/uttesh/polymerangular
- Owner: uttesh
- Created: 2014-07-28T17:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T18:16:45.000Z (over 10 years ago)
- Last Synced: 2024-11-08T19:16:45.948Z (8 days ago)
- Language: JavaScript
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
polymerangular
==============its integration framework of google polymer and google angularjs ...developed framework with Polymer+angularjs directives..
## Quick start
==============```
bower install polymerangular
```or alternatively download and include keep full package folder in respective lib or js folder of your application
and include `polymerAngular.js` after `angular.min.js`.Add the `polymerAngular` module as a dependency when creating your app, e.g.
```
var app = angular.module('myApp', ['polymerAngular']);`
```NO NEED TO INJECT in controller directly use in html.
## Rendering
```
go through the demo.html file which as all polymerangular components
```## Contributions
For problems/suggestions please create an issue on Github.
## Contributors
* [@uttesh](https://twitter.com/uttesh)
## Credits
* [@uttesh](https://twitter.com/uttesh)