remove iScroll from feedList, since it blocks focus of form

fixes #3
This commit is contained in:
Colin Frei 2013-09-22 09:09:02 +02:00
parent 55895b16a9
commit 7416269494

View file

@ -1,4 +1,4 @@
<div id="feedList" scroll>
<div id="feedList">
<div>
<form ng-submit="addFeed()">
<input type="text" class="newFeedField" ng-model="newFeedUrl" placeholder="Add Feed" ng-blur="removePrefillIfNecessary()" ng-focus="preFillField()" /><input type="submit" value="Add" />