You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lau175 do you get any messages in Javascript console?
it gives me Uncaught ReferenceError: Unable to process binding "click: function(){return saveDashboardClicked }"
Message: saveDashboardClicked is not defined
I'm trying to upload the dashboard by adding this in index-dev.html, but it doesn't work. it returns a black page
$.ajax("/examples/weather.json", { 'async': true, 'method': 'get', 'success': function(data, status, xhr) { freeboard.loadDashboard(data); }; })
The text was updated successfully, but these errors were encountered: