Skip to content

Instantly share code, notes, and snippets.

View stellar76's full-sized avatar

Jody Christian stellar76

  • 127.0.0.1
View GitHub Profile
@stellar76
stellar76 / toggleClass.html
Created October 6, 2015 02:16 — forked from mrosati84/toggleClass.html
Simple toggleClass implemented in AngularJS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.is-active {
color: red;
}
</style>