Commit Graph

76 Commits (master)
 

Author SHA1 Message Date
Chakib Benziane 7571d66905 fixes #34 9 years ago
Dmitri Akatov 4cc8e467bd Merge pull request #32 from kathygit/master
add ";" at the end of the js file so that the minified version works
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 9a1471d23c 0.3.7 10 years ago
Dmitri Akatov 18691f1441 don't need karma-mocha 10 years ago
Dmitri Akatov 06ae4fc77a simpler karma usage (there are no unit tests) 10 years ago
Dmitri Akatov d7771af3c7 move bower dependency on angular to development, and use angular instead of angular unstable 10 years ago
Dmitri Akatov 8a3ae75892 moved angular-unstable to development dependency 10 years ago
Dmitri Akatov 8c7ad58a05 bumped grunt and bower versions 10 years ago
Dmitri Akatov 543c491b5f commands are run from local bin directory anyways 10 years ago
Dmitri Akatov f8da2a127e use shields.io images 10 years ago
Dmitri Akatov ac284284ca added License 10 years ago
Dmitri Akatov 6197aca95c Merge pull request #18 from Narretz/patch-1
added note that directive is broken in IE and Opera < 15
10 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