Evan You 2d3cf2d589 do not set up watchers if v-with is bound to literal value (fix #776 & #813) 11 years ago
..
attr_spec.js d831a43bb3 fix #448 v-attr should remove attribute when value === false 11 years ago
class_spec.js dca275dfa3 test for v-class 11 years ago
cloak_spec.js f4a37f00d5 rename folders: compile -> compiler, parse -> parsers 11 years ago
component_spec.js 0cbfe05117 simplify _.inDoc fix and remove unit test patch for phantomjs 11 years ago
el_spec.js 664e59da1d new v-if implementation using partial compilation 11 years ago
events_spec.js cee5b5769f test switching handlers for v-events 11 years ago
html_spec.js b152a061a3 tests for v-html 11 years ago
if_spec.js 154c845d0a call attach/detach for dynamicly created components inside if block 11 years ago
model_spec.js e9670d59b0 fix watcher accidentally clearing watcherList on teardown (fix #806) 11 years ago
on_spec.js 14bcc27444 fix #498 nested instance not passing $event 11 years ago
partial_spec.js 5288d7f1bb support filters in partials (close #735) 11 years ago
pre_spec.js 99b9442281 fix v-pre 11 years ago
ref_spec.js df5f6409df refactor v-ref, allow use in child templates, fix #636 11 years ago
repeat_spec.js 4b20ad6ea9 refactor v-repeat alias/meta logic 11 years ago
show_spec.js b6771a9ed3 tests for simple directives 11 years ago
style_spec.js 933d4c4477 re-implement nextTick with MutationObserver 11 years ago
text_spec.js b6771a9ed3 tests for simple directives 11 years ago
transition_spec.js 727f14562d support dynamic transitions 11 years ago
with_spec.js 2d3cf2d589 do not set up watchers if v-with is bound to literal value (fix #776 & #813) 11 years ago