Skip to content

kalpanas/ng-match

Repository files navigation

ng-match

Distributed via

Version     Bower version

Match the ng-model with another value in $scope

Travis CI   Quality     Coverage    Dependencies

Project philosophy

Develop in LiveScript

LiveScript is a compile-to-js language, which provides us more robust way to write JavaScript.
It also has great readibility and lots of syntax sugar just like you're writting python/ruby.

Installation

Just use it

Then include them through script tag in your HTML.

Rails projects (Only support 3.1+)

Add this line to your application's Gemfile:

gem 'ng-match'

And then execute:

$ bundle

Then add these lines to the top of your app/assets/javascripts/application.js file:

//= require angular
//= require ng-match

And include in your angular module definition:

var module = angular.module('my-awesome-project', ['ng-match']).

Usage

Contributing

devDependency Status

  1. Fork it ( https://github.com/tomchentw/ng-match/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request