Skip to content

IBazylchuk/ng_classify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NgClassify

This project rocks and uses MIT-LICENSE.

Usage

Add ‘gem ng_classify` to your Gemfile

Run ‘bundle install`

Create a file with extension ‘.coffee.ng-classify`

Done!

Configuration

You can also configure the naming convention of the components as well.

Create a file under config/initializers

Write

“‘ruby NgClassify.setup do |config|

config.appName = 'app_name'
config.prefix = 'App'
config.controller = {format: 'upperCamelCase', suffix: 'Ctrl'}
...

end “‘

Just follow the example posted at github.com/CaryLandholt/ng-classify#ngclassifycontent-options

Remember to flush the cache for the assets the new configuration can apply.

About

ng-classify for rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • Ruby 4.7%
  • CSS 0.2%