Giter VIP home page Giter VIP logo

chapp's Issues

Error: There are multiple templates named 'chapp_form'.

Uncaught Error: There are multiple templates named 'chapp_form'. Each template needs a unique name.

This error comes from Templating.js on line 21. I cannot find any instances where chapp_form is duplicated elsewhere.

Here are the contents of template.chat.js. The debugger says the issues are on lines 2 and 36.

(function(){
Template.__checkName("chapp_form");
Template["chapp_form"] = new Template("Template.chapp_form", (function() {
  var view = this;
  return HTML.DIV({
    id: "chapp_wrapper"
  }, "\n        ", HTML.DIV({
    id: "chapp_text"
  }, "\n            ", Blaze.Each(function() {
    return Spacebars.call(view.lookup("chapp"));
  }, function() {
    return [ "\n                ", Spacebars.include(view.lookupTemplate("chapp_item")), "\n            " ];
  }), "\n       "), HTML.Raw('\n\n      <form id="chapp-input" class="well">\n          <div id="chapp-input-div"><input id="chapp-input" type="text" placeholder="Enter your message here"></div>\n            <button id="chapp-button" type="submit">Send</button>\n     </form>\n   '));
}));

Template.__checkName("chapp_item");
Template["chapp_item"] = new Template("Template.chapp_item", (function() {
  var view = this;
  return HTML.P({
    "class": "chapp-line"
  }, "\n        ", HTML.SPAN({
    "class": "chapp-chat-date"
  }, Blaze.View("lookup:formatDate", function() {
    return Spacebars.mustache(view.lookup("formatDate"), view.lookup("chatDate"));
  })), " |\n        ", HTML.SPAN({
    "class": "chapp-username"
  }, Blaze.View("lookup:chatUserName", function() {
    return Spacebars.mustache(view.lookup("chatUserName"));
  }), ":"), "\n     ", HTML.SPAN({
    "class": "chapp-message"
  }, Blaze.View("lookup:chatText", function() {
    return Spacebars.mustache(view.lookup("chatText"));
  })), "\n  ");
}));

})();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.