GitXplorerGitXplorer
d

angular-classy

public
812 stars
27 forks
1 issues

Commits

List of commits on branch master.
Verified
4d1729bac85ad6925add0783f257ed3e4ec981d5

Merge pull request #54 from v-rr/patch-1

ddavej committed 3 years ago
Verified
091d43e6f19be441cafb951bb610e92d6cc8ba53

Update package.json to include the repository

vv-rr committed 3 years ago
Unverified
b519786e3c0ed9854dda761fc659a03e4ff23014

v1.2.4

ddavej committed 8 years ago
Unverified
be2eee7c95b3515c25e0b634b0ad0ce93e6c6478

1.2.4

ddavej committed 8 years ago
Unverified
9c2cbd97a2f71fb28ee5728b4402c13f4c4658c6

Merge pull request #50 from mattlewis92/master

ddavej committed 8 years ago
Unverified
6b765a9beb9d17d3a1bb3d56041dfbfe41c689b2

Add npm support

committed 8 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.