XPR-Angular.js
This is an Angular.js plugin for XPRMNTL xpr-toggle. This adds Angular directives that allow you to enable elements when a feature is turned on.
Usage
First you have to include the JS file
Then make sure that it's included in your app's dependencies during module creation.
angular;
Then you can use them on your page
This will show if and only if feature flag is enabledThis will show if and only if the feature flag is disabled