Commit Graph

18 Commits (master)

Author SHA1 Message Date
Chakib Benziane 7571d66905 fixes #34 9 years ago
Kathy Laird 9eb48567ab add ; at the end of the js file so that the minified version works 10 years ago
Dmitri Akatov 64fd235450 only move caret to end on model change when the corresponding attribute is set 11 years ago
Dmitri Akatov dd8ac4dc44 pull out options first 11 years ago
Dmitri Akatov 52d84c973e these variables aren't injections 11 years ago
Dmitri Akatov 60d6382192 Merge pull request #5 from solidspark/master
Point to the first object of $element's array
11 years ago
Christopher Hiller cbf28d9225 removes jQuery as prerequisite:
- jQuery was used in two places in the code: a get() call and a click() call, both of which are unsupported by jqLite, but have workarounds.
- jQuery is still used for functional testing.
11 years ago
Ryan Katkov d0cd823932 Point to the first object of $element's array 11 years ago
Dmitri Akatov 7ba9e4abcb 0.3.5 - don't do anything for contenteditable without an ngModel 11 years ago
Dmitri Akatov d2715b92f6 use 2 spaces per tab 11 years ago
Dmitri Akatov ba76a3749d avoid calling $scope.$apply twice in the same digest cycle if anything is listening on blur() or focus() 11 years ago
Dmitri Akatov ccdece14ae i don't like semicolons any more 11 years ago
Dmitri Akatov 2c8dea244c only use coffeescript for configuration and in tests 11 years ago
Dmitri Akatov 4fa785b175 version 0.3.1: don't rerender unless we actually replaced some divs in no-line-break mode 11 years ago
Dmitri Akatov dab97313db no-line-breaks attribute to prevent line breaks 11 years ago
Dmitri Akatov 4e42e4d74c make non-editable sub-elements selectable by a single click 11 years ago
Dmitri Akatov 0858496a7b option to strip the <br> for empty input. bump to 0.1.0 11 years ago
Dmitri Akatov 67809c3fa1 keep the built file in the main directory (for bower's sake) 11 years ago