Skip to content

Instantly share code, notes, and snippets.

View pensierinmusica's full-sized avatar

Alessandro Zanardi pensierinmusica

View GitHub Profile
<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
</head>
<body>
<div ng-controller="nQueensController">
<label>Number:</label>
<input type="number" ng-model="n" placeholder="Enter a number">
<ul>