GitXplorerGitXplorer
d

angular-classy

public
812 stars
27 forks
1 issues

Commits

List of commits on branch master.
Unverified
cab1a287ae3a4b16570a6dc348081e26b5b4491c

v1.2.3

ddavej committed 9 years ago
Unverified
b85d8eb9baafa1658d4842fefefe37ddd6c66188

v1.2.3

ddavej committed 9 years ago
Unverified
f549fe17e9955f78d6683915783213f778e7ad94

build

ddavej committed 9 years ago
Unverified
33d2773e6991d0fefdab95f4a845a8fa3f1dc921

v1.2.2

ddavej committed 9 years ago
Unverified
c6232335e379f88b4efacfb3c8236b82853c09b6

Compute classy version from bower.json

ddavej committed 9 years ago
Unverified
7823bea86c83a929e8022db73bb061d36ff84fea

v1.2.1

ddavej committed 9 years ago

README

The README file for this repository.

Angular Classy Build Status

Join the chat at https://gitter.im/davej/angular-classy

Cleaner class-based controllers for AngularJS

Check out the Angular Classy website to see what it's all about.

Building and testing Angular Classy

If you want to edit any of the Classy source files or contribute some code then please build and test Angular Classy.

  1. Install NodeJS.
  2. Install gulp.js globally (npm install -g gulp).
  3. Install Bower globally (npm install -g bower).
  4. If you wish to run the tests then please also install PhantomJS and Firefox.
  5. Run npm install.
  6. Run bower install.

To build Classy run gulp. To test Classy run gulp test.

Thanks

License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.