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

https://github.com/samccone/angular-samples

angular fundamentals
https://github.com/samccone/angular-samples

Last synced: about 1 year ago
JSON representation

angular fundamentals

Awesome Lists containing this project

README

          

Angular Building Blocks
------

Below are a collection of sample angular apps that I have put together
while teaching myself how to use angular. They consist of the primary building blocks
that any application of any complexity will have. Hopefully these will help you on your way.

Installing
`bower install`

### Monkey List:
#### Filtering and Adding to a dynamic list with angular
![](https://i.cloudup.com/liuHJmGRU8.gif)

### Islands:
#### A Multipage angular application using templates
![](https://i.cloudup.com/CmYK0gCWT5.gif)

### Lechuck Gallery:
#### An example of loading an external paginated JSON feed
![](https://i.cloudup.com/s7jEkoEM1W.gif)

### Sam and Max:
#### A multi page application, loading from a external JSON feed
![](https://i.cloudup.com/dHeZhRsUpQ.gif)

Issues? Ideas? [Send a PR!](https://github.com/samccone/angular-samples/pulls)