UNPKG

test-scribe

Version:

Your sidekick for analog machine development. Run machines interactively and generate automated test scripts based on the outcome.

16 lines (12 loc) 233 B
/** * Directive for using rainbow syntax highlighter with angular */ angular.module('homepage') .directive('rainbowBlock', function () { return { restrict: 'A', link: function() { Rainbow.color(); } }; });