| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-10 | fix addEventLister detection for IE9 | Igor Minar | |
| IE9 added support for addEventListener and it looks like some new events (e.g. DOMContentLoaded) can't be registered via attachEvent, only addEventListener correctly registeres these. So to make sure we are using the latest and greatest we need to look for addEventListener instead of attachEvent in the jqLite feature detection code. | |||
| 2011-01-07 | $location service should utilize onhashchange events instead of polling | Igor Minar | |
| 2011-01-04 | avoid namespace conflicts between jqLite and window when running in ↵ | Igor Minar | |
| bootstrap mode | |||
| 2010-10-19 | Fix browser triggering in scenario to always do native events. | Misko Hevery | |
| - Also fixed angular.suffix for scenarios - refactored click() to browserTrigger() - Fixed Rakefile with CSS and jQuery | |||
| 2010-10-19 | Significantly clean up the way the scenario DSL works and implement many ↵ | Elliott Sprehn | |
| more DSL statements. - "this" always means the current chain scope inside a DSL - addFutureAction callbacks now take ($window, $document, done) - $document has a special method elements() that uses the currently selected nodes in the document as defined by using() statements. - $document.elements() allows placeholder insertion into selectors to make them more readable. ex. $document.elements('input[name="$1"]', myVar) will substitute the value of myVar for $1 in the selector. Subsequent arguments are $2 and so on. - $document.elements() results have a special method trigger(event) which should be used to events. This method implements some hacks to make sure browser UI controls update and the correct angular events fire. - futures now allow custom formatting. By default any chain that results in a future can use toJson() or fromJson() to convert the future value to and from json. A custom parser can be provided with parsedWith(fn) where fn is a callback(value) that must return the parsed result. Note: The entire widgets.html UI is now able to be controlled and asserted through DSL statements!!! Victory! :) | |||
| 2010-10-06 | removing anchor spec and improving jqLite.trigger() method | Igor Minar | |
| - removing the last anchor spec because it can't run reliably in all browsers - improving jqLite.trigger() method | |||
| 2010-10-04 | fixed lint warnings | Igor Minar | |
| 2010-10-01 | properly handle event's stopPropagation() and preventDefault() method in IE | Igor Minar | |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-08-11 | clean up for better obfuscation | Misko Hevery | |
| 2010-07-29 | refactored $location service so that it correctly updates under all conditions | Misko Hevery | |
| 2010-07-27 | fix IE native mothods are not functions, and preventDefault | unknown | |
| 2010-07-27 | fix preventDefault for events | Misko Hevery | |
| 2010-07-15 | fixed build | Misko Hevery | |
| 2010-07-14 | appease IE on CSS styles | Misko Hevery | |
| 2010-07-14 | ng:style remembers previous style and properly resets to it | Misko Hevery | |
| 2010-04-26 | fix ie bug with null and orphans elements | Misko Hevery | |
| 2010-04-22 | fixed the way IE breaks parests on innerHTML | Misko Hevery | |
| 2010-04-22 | tests work under jquery and without | Misko Hevery | |
| 2010-04-22 | working on jQuery passing tests | Misko Hevery | |
| 2010-04-21 | ie6 now passes | Misko Hevery | |
| 2010-04-21 | more if tests pass | Misko Hevery | |
| 2010-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-19 | last failing ie test remaining | Misko Hevery | |
| 2010-04-19 | lint | Misko Hevery | |
| 2010-04-19 | ie fixes | Misko Hevery | |
| 2010-04-19 | fix ie bug with .text() on jqlite | Misko Hevery | |
| 2010-04-16 | lots of small fixes | Misko Hevery | |
| 2010-04-12 | removed Meta and allowed binding of HTML | Misko Hevery | |
| 2010-04-08 | tests failing jstd to show cory | Misko Hevery | |
| 2010-04-06 | few fixes to make tests pass with jquery | Misko Hevery | |
| 2010-04-05 | added ng-controller directive | Misko Hevery | |
| 2010-04-05 | added hover service | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-03-31 | all tests green, some dissabled | Misko Hevery | |
| 2010-03-29 | dissabled a lot of tests, and made the core test set pass. | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
| 2010-03-25 | checkbox and radio now working | Misko Hevery | |
| 2010-03-24 | fixed .value vs attr(value) access | Misko Hevery | |
| 2010-03-24 | input[type=text] now works with binding, validation, formatter, required | Misko Hevery | |
| 2010-03-23 | markup now wroks, some refactorings | Misko Hevery | |
