Skip to content

Instantly share code, notes, and snippets.

View pramanikshreya's full-sized avatar
🐱
Focusing

Shreya Pramanik pramanikshreya

🐱
Focusing
View GitHub Profile
@pramanikshreya
pramanikshreya / index.html
Last active March 13, 2017 16:03 — forked from soham2008xyz/index.html
Post Form Data to Google Spreadsheet
<div class="container" ng-app="postApp" ng-controller="postController">
<div class="col-sm-8">
<div class="page-header"><h2>UEM Mega Job Mela 2017 Registration Page</h2></div>
<!-- FORM -->
<div ng-show="success" ng-class="{'alert': success , 'alert-success': success}">
{{message}}
</div>
<div ng-show="error" ng-class="{'alert': error , 'alert-error': error}">
{{message}}
</div>