https://github.com/igorhalfeld/angular-cards
:flower_playing_cards: Simple cards
https://github.com/igorhalfeld/angular-cards
Last synced: 5 months ago
JSON representation
:flower_playing_cards: Simple cards
- Host: GitHub
- URL: https://github.com/igorhalfeld/angular-cards
- Owner: IgorHalfeld
- Created: 2016-06-13T22:11:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T22:55:59.000Z (about 10 years ago)
- Last Synced: 2025-02-11T18:11:42.734Z (over 1 year ago)
- Language: HTML
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular cards
=============
A Simple Angular Components
[DEMO](http://Halfeld.github.io/angular-cards)
Install
-------
```sh
bower install --save angular-cards
```
Usage
-----
### index.html
```html
My Application
Albert Einstein was a German-born theoretical physicist. He developed the general theory of relativity, one of the two pillars of modern physics (alongside quantum mechanics). Einstein's work is also known for its influence on the philosophy of science.
```
### main.js
```js
angular.module('App', ['angularCards']);
```