Skip to content

Making '.tag' for each container #3

@flyjwayur

Description

@flyjwayur

@gr2m @titay
After the call, I'm trying to split the code to the separate tag files.
I am getting this errors.
I checked all indentation and opening/closing html tags. I think I'm missing something.
'div' which has id 'control-group' seems to have syntaxError according to the indentation check.
But I'm not sure what is incorrect as below code. :D

Error message in Console (/tags/create-app-container.tag.js:1 Uncaught SyntaxError: Unexpected token <)

     <form class="form-group" id="form-new-app">
          <h3 class="text-center">Let''s create Hoodie App :D</h3>
          <div class="control-group">
            <label class="control-label" for="empty-text">App Name</label>
            <input id="empty-text" type="text" class="form-control from-size" placeholder="Type your app name">
            </div>
            <div class="form-actions">
              <button id="cancel-create" type="button" class="btn btn_cancel pull-right btn-size-move">Cancel</button>
              <button id="choose-create" type="submit" class="btn btn-primary pull-right btn-size-move">create</button>
            </div>
          </form>

Error message in console (/tags/edit-app-container.tag.js:1 Uncaught SyntaxError: Unexpected token <)

  <form id="form-update-app">
    <p class="control-group">
      <label class="control-label" for="rename-app">New App Name:</label>
      <input class="form-control" id="rename-app" type="text" placeholder="Rename App here...">
      </p>
      <p>
        <button type="button" class="btn btn-default" id="cancelButton" >Cancel</button>
        <button type="submit" class="btn btn-primary" id="js-change-appname">Apply</button>
      </p>
    </form>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions