Blame view

src/app/components/user/template/startUp.html 242 Bytes
66ee5529f   Palak Handa   initial commit
1
2
3
4
5
6
7
8
  <h1 class="md-title headline">Startup Jalsa:</h1><br></br>
  <form name="awardsForm" novalidate> 
      <div>
          <label>Company name:</label>
          <input ng-model="data.heading" type="text" name="heading" required>
      </div>
  </form>