| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-20 | fix(compiler): revert 8611ebe6 - calling \$digest after linking | Igor Minar | |
| Change introduced by me in 8611ebe6 results in considerable inefficiencies when the compiler and linker is used from within a widget, in which case, we call $digest unnecessary since it will be called by the $apply which called the directive/widget in the first place. There are only two places when the extra $digest call can be useful - when manually bootstrapping the app or in tests. However even in tests this behavior can result in unwanted results (especially when ng:controller is involved). So it is better to leave it for the developer to call $digest when it is really needed. | |||
| 2011-10-20 | fix(radio): allows data-binding on value property. Closes#316 | Misko Hevery | |
| 2011-10-20 | feat(sanitizer): add html5 elements to the whitelist | Igor Minar | |
| Closes #89 | |||
| 2011-10-19 | style(select): cleaning up select.js | Igor Minar | |
| 2011-10-19 | fix(ng:options): compile null/blank option tag | TEHEK Firefox | |
| Fixes #562 | |||
| 2011-10-19 | fix(ng:pattern): correctly parse out inlined regexp | Igor Minar | |
| 2011-10-19 | docs(textarea): add docs for angular.widget.textarea | Igor Minar | |
| 2011-10-19 | style(input): fix style violations in the input.js file | Igor Minar | |
| 2011-10-19 | feat(input): add ng:minlength and ng:maxlength validation | Konstantin Stepanov | |
| notes(igor): I also e2e tests and refactorred the e2e test example to be more clear about what is a variable and what is an html/framework api. | |||
| 2011-10-19 | fix(input): recognize 'password' as an html input type | Konstantin Stepanov | |
| 2011-10-18 | fix(gen-docs): require files without touching PATH | Vojta Jina | |
| So that it works on latest revision of node... New version of Node (v0.5.x) does not support require.paths.push(). | |||
| 2011-10-18 | fix(ng:repeat): repeater should ignore $ and $$ properties | Igor Minar | |
| 2011-10-18 | chore(version.yaml): add missing snapshot version suffix | Igor Minar | |
| 2011-10-18 | chore(jstd adapter): switch to our version with backported fixes | Igor Minar | |
| sha of the version: da92db714142b49f9cf61db664e782bb0ccad80b | |||
| 2011-10-18 | fix(ng:options): select correct element when '?'-option was previously selected | TEHEK Firefox | |
| Closes #599 | |||
| 2011-10-14 | chore(release): preparing the 0.10.4 human-torch iteration | Igor Minar | |
| 2011-10-14 | chore(release): cutting the 0.10.3 shattering-heartbeat releasev0.10.3 | Igor Minar | |
| 2011-10-14 | fix(docs): fix jsfiddle integration | Igor Minar | |
| this got accidentally messed up during the forms refactoring and mass renaming | |||
| 2011-10-14 | docs(forms): fix devguide forms example code | Igor Minar | |
| 2011-10-14 | docs(cookbook): disable jsfiddle for deeplinking example | Igor Minar | |
| it uses extra resources, so it won't work on fiddle | |||
| 2011-10-13 | chore(libs): update libs (jasmine, jstd, jasmine-jstd adapter) | Vojta Jina | |
| 2011-10-13 | fix(checkbox): prefix true-value & false-value with ng: | Igor Minar | |
| 2011-10-13 | chore(release): preparing release notes for 0.10.3 | Igor Minar | |
| 2011-10-13 | docs($location): Html5 -> HTML5 | Igor Minar | |
| 2011-10-13 | docs($location): update replace() docs | Igor Minar | |
| 2011-10-13 | docs($location): fix $config -> $locationConfig in docs | Igor Minar | |
| 2011-10-13 | chore(logo): add hi-res ng logo | Igor Minar | |
| 2011-10-13 | fix(docs): set proper base href when hashbang url requested | Vojta Jina | |
| 2011-10-13 | fix(nodeserver): docs rewriting | Vojta Jina | |
| There can be url /api which does not end with / and we want to rewrite this url as well... | |||
| 2011-10-13 | feat(nodeserver): if index.html exists, serve it instead of directory listing | Vojta Jina | |
| 2011-10-13 | fix($location): do not rewrite link when meta key pressed | Vojta Jina | |
| 2011-10-13 | feat(scenario): allow key pressing when triggering browser event | Vojta Jina | |
| Add parameter to our browserTriger function to allow specifying which keys are pressed. Note, this does not work on IE<9 ! | |||
| 2011-10-12 | docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo | Igor Minar | |
| 2011-10-12 | docs(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 2011-10-12 | fix(forms): broken tests on jQuery and ie8&9 | Misko Hevery | |
| 2011-10-12 | fix(compiler): linking function should call $digest | Igor Minar | |
| The linked scope should be $digest-ed but only if a $digest isn't already running on it. | |||
| 2011-10-12 | fix(jqLite): attr for boolean attribute should lowercase value | Igor Minar | |
| 2011-10-12 | refactor(ng:bind-attr): simplify impl by leveraging jquery | Igor Minar | |
| 2011-10-12 | test(jstd-config): add widget specs to jsTestDriver-jquery.conf | Igor Minar | |
| 2011-10-12 | fix(ng:class): ignore undefined or NaN classnames | Igor Minar | |
| 2011-10-12 | docs(forms): add ng:change docs and other fixes | Igor Minar | |
| 2011-10-12 | test(checkbox): add test for ng:change | Igor Minar | |
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-11 | style(examples): clean up dead examples | Misko Hevery | |
| 2011-10-11 | style(.gitignore) added IDEA | Misko Hevery | |
| 2011-10-11 | refactor(bindings): remove the decoration of the DOM with errors. | Misko Hevery | |
| Only $exceptionHandler gets notified now. | |||
| 2011-10-11 | refactor(hover): delete hover service | Misko Hevery | |
| 2011-10-11 | fix(jqlite): removeClass would clobber class names | Misko Hevery | |
| 2011-10-11 | feat(jqlite): added .inheritedData method and $destroy event. | Misko Hevery | |
| - refactored .scope() to use .inheritedData() instead. - .bind('$destroy', callback) will call when the DOM element is removed | |||
