from and form are two different things

This commit is contained in:
spalger 2015-08-12 15:19:29 -07:00
parent 09329edd5f
commit 2dd6036099

View file

@ -2,7 +2,7 @@
<navbar ng-show="chrome.getVisible()">
<span class="name" ng-if="dash.id" bindonce bo-bind="dash.title" tooltip="{{dash.title}}"></span>
<from name="queryInput"
<form name="queryInput"
class="fill inline-form"
ng-submit="filterResults()"
role="form">