muluc / angular-semantic

AngularJS directives for Semantic-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##AngularSemantic Build Status devDependency Status

Docs

Work-in-progress on AngularJS directives to support Semantic-UI modules.

###About

This is in extremely early stages currently, and will likely not get very far without your help!

Please, fork, pick a module, implement it and provide as many thoroughly rigid (or not so rigid, whatever) tests as you can. It will be awesome, trust me.

Let us work together to turn Semantic-UI into a truely semantic framework with AngularJS directives bringing the markup to life.

###Dependencies

  • Semantic-UI
  • AngularJS

###Global DevDependencies

  • grunt-cli

###Building

$ npm install --dev
$ grunt

###Testing

Testing locally, by default, uses the Chrome browser. However, it is necessary to install the Karma Chrome launcher before making use of it. To do this, run grunt setup --launchers chrome to install it, as a convenience. You can also install other launchers this way, such as grunt setup --launchers "firefox, phantomjs, chrome".

To run tests, simply run grunt test. Currently, testing with alternative browsers requires either changes to the Gruntfile, or else changes to karma.conf.js. This will be improved in the near future.

###Contribution

Any form of contribution is welcome, whether it be a bug report, a feature request, a feature implementation, a bug fix, or even an example usage or additional test. The contribution is welcome and appreciated.

Patches should follow the Google JavaScript Style Guide, and each and every new feature or bug fix should incorporate one or more meaningful tests to assist in preventing future regressions.

While you may, if you so wish, discuss this module anywhere you like, I will be most likely to respond to inquiries directed to me on IRC (particularly in #angularjs on irc.freenode.net), or on the issue tracker.

About

AngularJS directives for Semantic-UI


Languages

Language:JavaScript 100.0%