angular-flags

Feature flags for AngularJS


Keywords
angular, angularjs
License
MIT
Install
bower install angular-flags

Documentation

angular-flags

Plug-n-play feature flags for your AngularJS app

Build Status

About angular-flags

angular-flags is a cookie-based approach managing the on/off state of feature flags, designed to facilitate trunk-based development of your AngularJS app. It is based upon a feature flags implementation using Rack middleware to manage flags in Rails/Sinatra apps developed by a pair of ThoughtWorks colleagues of mine and open-sourced as rack-flags.

Getting started:

Angular-flags is designed to easily plug into an existing AngularJS app with a minimum of configuration or setup. The Github Page for angular-flags gives a detailed walk-through of setting up and using angular-flags using the reference app.

When forking:

To run the tests:

npm install -g bower karma
bower install
karma start