The builds for this project are tested using travis:
Flickular is a demo web application to show how to create an AngularJS application. It shows off the following technologies:
- AngularJS
- directives
- services
- $ajax
- $q promises
- Flickr API's (JSON with padding)
- Bootstrap
- Less CSS
- Jasmine Unit Testing
- Karma test runner
- Grunt task runner
This application aims to show you how to build an AngularJS application from scratch in a structured way.
Please make sure to check out the live demo on my website below, which is a working copy of the dist folder. http://www.markwylde.co.uk/flickular/#/
Feel free to use this however you wish.