Skip to content

Instantly share code, notes, and snippets.

View jolks's full-sized avatar

John Lau jolks

View GitHub Profile
@jolks
jolks / ng-radio-inputs.html
Created August 12, 2014 01:10
How to handle radio inputs under ng-repeat
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ngValue-directive-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.17/angular.min.js"></script>
</head>
<body ng-app="valueExample">