An open API service indexing awesome lists of open source software.

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

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']);
```