https://github.com/samccone/angular-samples
angular fundamentals
https://github.com/samccone/angular-samples
Last synced: about 1 year ago
JSON representation
angular fundamentals
- Host: GitHub
- URL: https://github.com/samccone/angular-samples
- Owner: samccone
- Created: 2013-12-08T22:47:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T14:52:56.000Z (over 11 years ago)
- Last Synced: 2025-04-12T16:17:27.818Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

### Islands:
#### A Multipage angular application using templates

### Lechuck Gallery:
#### An example of loading an external paginated JSON feed

### Sam and Max:
#### A multi page application, loading from a external JSON feed

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