Skip to content

Instantly share code, notes, and snippets.

View MISRV001's full-sized avatar
🎯
Learn & Grow

Vivek Misra MISRV001

🎯
Learn & Grow
View GitHub Profile
@MISRV001
MISRV001 / index.html
Created June 5, 2015 02:29
How can AngularJS bind to list of checkbox values? // source http://jsbin.com/vegaxotilu
<!DOCTYPE html>
<html ng-app="app">
<head>
<meta charset=utf-8>
<title>How can AngularJS bind to list of checkbox values?</title>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
</head>
<body>