Commit Graph

65 Commits (ac284284cadd50ac4a2751efcd39df12e038e9d5)
 

Author SHA1 Message Date
Dmitri Akatov ac284284ca added License 11 years ago
Dmitri Akatov 6197aca95c Merge pull request #18 from Narretz/patch-1
added note that directive is broken in IE and Opera < 15
11 years ago
Narretz 60dde289a3 added note that directive is broken in IE and Opera < 15
This might save some people some time that need to support IE, but that only test it when they are finished.
11 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 76e3d515bf 0.3.6 11 years ago
Dmitri Akatov 14b0659205 better code formatting in the README 11 years ago
Dmitri Akatov 5cfa6cb537 bumped grunt-contrib-jshint 11 years ago
Dmitri Akatov 2cd8d711e6 added coderwall badge 11 years ago
Dmitri Akatov 5da962fa23 typo in test 11 years ago
Dmitri Akatov cc52856cd9 in post-commit hook first remove all examples 11 years ago
Dmitri Akatov fac8a4543c instead of trying to access the scope, change it through an input element (verbatim) 11 years ago
Dmitri Akatov 61c22697e6 updated npm dependencies 11 years ago
Dmitri Akatov c40f303002 added gemnasium badge 11 years ago
Dmitri Akatov 94121dae35 updated description and added repository to package.json 11 years ago
Dmitri Akatov bef2d32443 added Bitdeli Badge 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
Dmitri Akatov 9a274bb465 Merge pull request #6 from boneskull/master
removes jQuery as prerequisite:
11 years ago
Dmitri Akatov 3e64e14a22 Travis-CI 11 years ago
Dmitri Akatov b6d7233be3 finished post-commit hook 11 years ago
Dmitri Akatov f773f5ff94 preparing post-commit hook to create gh-pages 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 d8d7bf29e9 add a scenario dsl extension (mostly copied from the standard angular scenario dsl) 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 0da3b6c473 bump angular-bootstrap 11 years ago
Dmitri Akatov 232a698a83 bumped karma, updated test config to run with new version of karma 11 years ago
Dmitri Akatov dab97313db no-line-breaks attribute to prevent line breaks 11 years ago
Dmitri Akatov b939d4f9ac some explanation about caret behaviour in contenteditable elements. 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 34f429cf36 version 0.0.1 11 years ago
Dmitri Akatov cd7136e8c0 use angular-unstable 11 years ago
Dmitri Akatov 6d91e87f44 ignore .idea directory 11 years ago
Dmitri Akatov a8bc8e4a84 installation instructions 11 years ago
Dmitri Akatov 6013948140 forgot to rename the main file in the .json files 11 years ago
Dmitri Akatov 67809c3fa1 keep the built file in the main directory (for bower's sake) 11 years ago
Dmitri Akatov 30de3806a3 added README 11 years ago
Dmitri Akatov 69fe66c663 typeahead specific filters shouldn't be here 11 years ago
Dmitri Akatov 45a9b82f3f renamed project to angular-contenteditable. moved a few files around, too 11 years ago
Dmitri Akatov 29cf4d2859 include the compiled javascript in git for bower's sake 11 years ago
Dmitri Akatov 3a540c5855 simplify 11 years ago
Dmitri Akatov 7890e6dcfa don't bother returning nulls. accept event parameter in the view_to_model function for inspection 11 years ago
Dmitri Akatov 061bf1d201 load all required components through bower 11 years ago