I\'m getting some errors in the console and not sure what is the issue is in the HTML. Any help would be appreciated.
error_handler.js:51
This error occurred when you open an element and don't close its. this error shows up in this example:
{{facility.Name}}
As you see I don't close element (should be )
Be careful:
If you use any element properties with its values as the parser can't handle them, the element will be opened and this error occurs( "" at above example).