###Font Awesome Icon Picker Search/pick your FontAwsome Icon
- TypeScript
- AngularJs
<!DOCTYPE html>
<html lang="en" ng-app="DES">
<head>
<title>TypeScript Font Awsome Picker</title>
<link rel="stylesheet" href="Styles/bundle.css" type="text/css" />
<script src="Scripts/angular.min.js"></script>
<script src="Scripts/fontAwsomePicker.js"></script>
</head>
<body>
<h1>TypeScript Font Awsome Picker</h1>
<input type="text" font-awsome-picker="bundle.css" value="fa-chrome" />
</body>
</html>
font-awsome-picker: [CSS-file containing FontAwsome]
value: [selected FontAwsome css class]