Tor Hveem
20a8289072
Revert the revertion of multiline and clean it up for new directive.
11 years ago
David Cormier
c04b6e64f6
Let user specify the id of the input bar
...
Input bar id is not globally set, but passed to the directive
through the input-id attribute.
12 years ago
David Cormier
5cd36f0779
Remove unnecessary id
...
Encapsulating the feature in a angular directive let us avoid
setting global ids for elements.
12 years ago
David Cormier
5f25a96b51
Work with inputNode element directly
...
Instead of using $scope.command, we work with the inputNode element
directly to have control over the caret position. This let us have
nick completition in the same way as WeeChat.
Fix #74
12 years ago
Tor Hveem
0bd443715a
Remove autofocus since it is very mobile unfriendly
12 years ago
David Cormier
026881a29c
Revert "Split messages with newline into multiple messages"
...
This reverts commit 6dd35fa890
.
The commit breaks support for chrome.
12 years ago
Tor Hveem
6dd35fa890
Split messages with newline into multiple messages
12 years ago
David Cormier
fcfe8ba4be
Create inputbar directive
12 years ago