Dmitri Akatov
c40f303002
added gemnasium badge
2013-10-15 23:38:46 +01:00
Dmitri Akatov
94121dae35
updated description and added repository to package.json
2013-10-15 23:35:17 +01:00
Dmitri Akatov
bef2d32443
added Bitdeli Badge
2013-10-15 23:25:48 +01:00
Dmitri Akatov
60d6382192
Merge pull request #5 from solidspark/master
...
Point to the first object of $element's array
2013-10-15 14:32:11 -07:00
Dmitri Akatov
9a274bb465
Merge pull request #6 from boneskull/master
...
removes jQuery as prerequisite:
2013-10-15 13:47:17 -07:00
Dmitri Akatov
3e64e14a22
Travis-CI
2013-10-15 21:37:46 +01:00
Dmitri Akatov
b6d7233be3
finished post-commit hook
2013-10-15 20:13:48 +01:00
Dmitri Akatov
f773f5ff94
preparing post-commit hook to create gh-pages
2013-10-15 19:38:53 +01:00
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.
2013-10-13 21:02:12 -07:00
Ryan Katkov
d0cd823932
Point to the first object of $element's array
2013-09-05 12:01:33 -07:00
Dmitri Akatov
7ba9e4abcb
0.3.5 - don't do anything for contenteditable without an ngModel
2013-08-05 15:23:40 -07:00
Dmitri Akatov
d8d7bf29e9
add a scenario dsl extension (mostly copied from the standard angular scenario dsl)
2013-08-05 15:03:51 -07:00
Dmitri Akatov
d2715b92f6
use 2 spaces per tab
2013-08-05 13:20:44 -07:00
Dmitri Akatov
ba76a3749d
avoid calling $scope.$apply twice in the same digest cycle if anything is listening on blur() or focus()
2013-07-30 20:47:02 -07:00
Dmitri Akatov
ccdece14ae
i don't like semicolons any more
2013-07-29 21:59:00 -07:00
Dmitri Akatov
2c8dea244c
only use coffeescript for configuration and in tests
2013-07-29 21:48:13 -07:00
Dmitri Akatov
4fa785b175
version 0.3.1: don't rerender unless we actually replaced some divs in no-line-break mode
2013-07-22 22:07:30 -07:00
Dmitri Akatov
0da3b6c473
bump angular-bootstrap
2013-07-18 17:40:59 -07:00
Dmitri Akatov
232a698a83
bumped karma, updated test config to run with new version of karma
2013-07-18 17:17:22 -07:00
Dmitri Akatov
dab97313db
no-line-breaks attribute to prevent line breaks
2013-07-18 16:34:30 -07:00
Dmitri Akatov
b939d4f9ac
some explanation about caret behaviour in contenteditable elements.
2013-07-16 21:48:43 -07:00
Dmitri Akatov
4e42e4d74c
make non-editable sub-elements selectable by a single click
2013-07-15 18:40:53 -07:00
Dmitri Akatov
0858496a7b
option to strip the <br> for empty input. bump to 0.1.0
2013-07-12 18:21:46 -07:00
Dmitri Akatov
34f429cf36
version 0.0.1
2013-07-12 10:57:09 -07:00
Dmitri Akatov
cd7136e8c0
use angular-unstable
2013-07-12 10:53:50 -07:00
Dmitri Akatov
6d91e87f44
ignore .idea directory
2013-07-10 20:12:29 -07:00
Dmitri Akatov
a8bc8e4a84
installation instructions
2013-07-10 19:32:35 -07:00
Dmitri Akatov
6013948140
forgot to rename the main file in the .json files
2013-07-10 17:59:28 -07:00
Dmitri Akatov
67809c3fa1
keep the built file in the main directory (for bower's sake)
2013-07-10 17:48:43 -07:00
Dmitri Akatov
30de3806a3
added README
2013-07-10 17:41:01 -07:00
Dmitri Akatov
69fe66c663
typeahead specific filters shouldn't be here
2013-07-10 17:06:56 -07:00
Dmitri Akatov
45a9b82f3f
renamed project to angular-contenteditable. moved a few files around, too
2013-07-10 16:47:09 -07:00
Dmitri Akatov
29cf4d2859
include the compiled javascript in git for bower's sake
2013-07-10 15:48:21 -07:00
Dmitri Akatov
3a540c5855
simplify
2013-07-10 15:47:40 -07:00
Dmitri Akatov
7890e6dcfa
don't bother returning nulls. accept event parameter in the view_to_model function for inspection
2013-07-10 15:29:46 -07:00
Dmitri Akatov
061bf1d201
load all required components through bower
2013-07-09 11:39:16 -07:00
Dmitri Akatov
5a520010ce
move cursor position to the end of contenteditable div after model is changed
2013-07-09 11:35:58 -07:00
Dmitri Akatov
eed3f683d5
jquery through bower. fixed the tests
2013-07-04 17:43:18 +02:00
Dmitri Akatov
c5246cbefd
new target file
2013-07-03 16:26:28 +02:00
Dmitri Akatov
44778c5413
renamed filter ignoreImgFilter to ignoreImg
2013-07-01 15:34:07 +02:00
Dmitri Akatov
ad41b6b4a5
make this also visible in Firefox
2013-06-26 19:53:39 +01:00
Dmitri Akatov
1951e85654
an example with $http backend
2013-06-26 19:45:24 +01:00
Dmitri Akatov
330417ed10
pull out some common functions. wrap coffee compiled stuff in a function call. escape string for regexp.
2013-06-26 17:50:25 +01:00
Dmitri Akatov
07bc5cbd4a
when filtering matches, ignore img tags
2013-06-26 17:27:12 +01:00
Dmitri Akatov
7aa7cbe639
don't highlight the partly match. typeahead example with images
2013-06-26 16:57:08 +01:00
Dmitri Akatov
df3ce68fbf
correct simple exapmle to contenteditable (no camel case)
2013-06-25 15:54:05 +01:00
Dmitri Akatov
23a0204494
make this work with typeahead
2013-06-25 15:53:52 +01:00
Dmitri Akatov
2f5e5d415c
don't run unit tests. use jshint.
2013-06-20 12:12:43 +01:00
Dmitri Akatov
c7c955aee6
e2e tests for contenteditable
2013-06-20 03:33:52 +01:00
Dmitri Akatov
bad4423067
updated Gruntfile, added bower file, added simple example
2013-06-13 17:16:11 +01:00