Skip to content

jailecoeu/angular-image-crop

 
 

Repository files navigation

angular-image-crop

This is a demo of jquery's jcrop wrapped in an angular directive and controller.

It's not complete, but you can test it out.

The directive is provided in the module aj.crop.

Install

git clone https://github.com/coolaj86/angular-image-crop.git angular-image-crop
pushd angular-image-crop/
git remote rename origin upstream

npm install -g yo
npm install -g generator-angular
npm install -g bower

npm install
bower install

grunt build --force

Use

grunt build --force
grunt serve

# The --force is in case you don't have compass installed
# If you feel the need for compass, figure out how to install it
# and immediately apply FML relief cream to the affected areas generously

Similar Work

About

A demo for cropping profile pictures with Angular, Jcrop, and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.1%
  • ApacheConf 38.3%
  • HTML 19.0%
  • CSS 2.6%