Skip to content

Instantly share code, notes, and snippets.

View Samstiles's full-sized avatar

Sam Stiles Samstiles

View GitHub Profile
@Samstiles
Samstiles / rule.js
Last active August 29, 2015 14:26 — forked from jme900/rule.js
(function () {
'use strict';
angular.module('eyesover')
.directive('rule', function () {
return {
scope: {
rule: '=ruleset'
},
replace: true,