| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-11 | docs(guide): Added $ sign to controller example | {Qingping,Dave} Hou | |
| 2013-04-11 | docs(dev-guide): Fixed a typo. | urenmj | |
| 2013-04-11 | docs(http): spelling, grammar, capitalization, etc. | Artur Ostrega | |
| Conflicts: src/ng/http.js | |||
| 2013-04-11 | docs(guide/concepts): wording change | Brent Morrow | |
| 2013-04-11 | docs(guide/expression): wording changes | Brent Morrow | |
| 2013-04-11 | docs(guide/directives): give more details about directive declaration | Luc Morin | |
| 2013-04-11 | docs(guide/filters): document multiple arguments syntax | Colin Kahn | |
| Add example of using a filter with that accepts multiple arguments. | |||
| 2013-04-11 | docs(angular-mocks): fix wording | Brent Morrow | |
| 2013-04-11 | docs($inject): wording change | Brent Morrow | |
| 2013-04-11 | docs($compile): improve docs | David Sanders | |
| 2013-04-11 | docs(guide): updates for legacy IE7 support | Brian Campbell | |
| - note re: id="ng-app" to bootstrap/IE partials - added doctype/xmlns to markup - add cond comment re: json2/3 to markup | |||
| 2013-04-11 | chore(release): start 1.0.7 monochromatic-rainbow iteration | Igor Minar | |
| 2013-04-11 | docs($http): fix a typo | Chad Whitacre | |
| 2013-04-11 | chore(docs): Fixed incomplete merge | Takashi Matsuo | |
| 2013-04-06 | docs(concespts): correct spelling and remove unnecessary word | Heath Matlock | |
| 2013-04-04 | docs(changelog): add release notes for 1.1.4 and 1.0.6 | Igor Minar | |
| 2013-04-04 | chore(release): cut 1.0.6 universal-irreversibility releasev1.0.6 | Igor Minar | |
| 2013-04-04 | chore(docs): correct few unclosed elements | Misko Hevery | |
| Conflicts: src/ng/filter/filter.js | |||
| 2013-04-04 | docs(guide): add missing closing div tag | Felipe Lahti | |
| 2013-04-04 | docs(guide): fix typo in DI. angualar -> angular | Felipe Lahti | |
| 2013-04-04 | docs(mocks): fix typos | Gert Goet | |
| Conflicts: src/ngMock/angular-mocks.js | |||
| 2013-04-04 | docs(directive): fix typo | Srinivas Kusunam | |
| 2013-04-04 | docs(controller): improve $controller function doc readability | Matthew McComb | |
| Improved $controller function doc readability. | |||
| 2013-04-04 | fix(mock): prevent NPE when module definition outside of it. | Misko Hevery | |
| 2013-04-04 | Update forms.ngdoc | James deBoer | |
| docs(forms): Fixed a typo. render -> $render | |||
| 2013-04-04 | chore($ngLocale): refactor slurper & parse extended datetime symbols | Chirayu Krishnappa | |
| 2013-04-04 | chore($ngLocale): generate ngLocale files from the Closure code (includes ↵ | Chirayu Krishnappa | |
| datetimesymbolsext.js) | |||
| 2013-04-04 | refactor(ngRepeat): make use of declared variable | Mark Chapman | |
| Rename unused arrayLength variable to arrayBound and use it inside loop | |||
| 2013-04-04 | docs($resource): improve installation section | Igor Minar | |
| 2013-04-04 | docs($resource): Added an installation section. | Ciro Nunes | |
| 2013-04-03 | chore(karma): upgrade karma to 0.8.4 | Igor Minar | |
| we needed this upgrade to disable animations in scenario runner (karma ships with its own copy of angular-scenario.js which got update in 0.8.4) | |||
| 2013-04-03 | chore: use Karma | Vojta Jina | |
| 2013-04-01 | docs(ngSwitch): improve the @usage example | Igor Minar | |
| 2013-03-20 | chore(select): Fix ngOptions regexp capture comment. | Arlen Christian Mart Cuss | |
| Off-by-one error. | |||
| 2013-03-20 | chore(Angular): remove superfluous fromCharCode function | Javier Mendiara Cañardo | |
| Remove fromCharCode function as it was used only in two inner functions in the code, and its functionality is achieved in several other places by using String.fromCharCode Breaks fromCharCode closure function, String.fromCharCode should be used instead | |||
| 2013-03-20 | docs(filter): Using indefinite article | Bruno Coelho | |
| This doc was using both definite article and indefinite article at the same time. | |||
| 2013-03-20 | docs(directive): Fix entity confusion in example. | Arlen Christian Mart Cuss | |
| 2013-03-15 | fix($location): parse FirefoxOS packaged app urls | Manuel Braun | |
| FirefoxOS uses special URLs like app://{d0419af1-8b42-41c5-96f4-ef4179e52315}/index.html for packaged Apps. Closes #2112 | |||
| 2013-03-15 | $routeChangeSuccess documentation | Jamie Mason | |
| I hope this helps someone, I ran into some issues when following the API as described - handlers of this event receive 3 arguments, not 2. Although this is mentioned [elsewhere](http://docs.angularjs.org/api/ng.$rootScope.Scope#$on) it's not clear when viewing the docs for this behaviour in isolation. The first argument is an Event Object, not the current route. The previous route argument can also be omitted on occasions. | |||
| 2013-03-15 | feat(docs): Add Improve this doc link in each doc page, which links to the ↵ | Shyam Seshadri | |
| edit mode of that file in github | |||
| 2013-03-14 | fix(timezone): correct timezone date filter for 1/2 hour offsets | Sujeet Pillai | |
| 2013-03-14 | Fix failing test in IE 10 | Shyam Seshadri | |
| 2013-03-12 | docs($injector): correct misuse of $inject | Arlen Christian Mart Cuss | |
| $inject was used where $injector was appropriate; confusing and misleading. | |||
| 2013-03-11 | chore(Gruntfile): run webserver on 0.0.0.0 | Igor Minar | |
| ... so that we can access it from local VMs. The security risk of doing this is very low since only the current working directory is being made accessible to everyone. There is also an option to run a local firewall, which is a better way to secure the developer's machine anyway. | |||
| 2013-03-11 | fix($location): correctly rewrite html5 url to hashbang url | Thibault Leruitte | |
| In situations where path() matched basepath and we needed to convert from html5 url to hashbang url, the $location service considered the url to be already rewritten, which resulted in an error. | |||
| 2013-03-08 | docs(ngCloak): update the CSS rule with data-ng-cloak | Christian Vuerings | |
| 2013-03-08 | chore($ngLocale): Generate ngLocale files from the Closure code. | Chirayu Krishnappa | |
| 2013-03-08 | docs($injector): remove extranneous 'the' from injector docs | Jason Morrison | |
| 2013-03-08 | docs(directive): minor typo fix | Niel de la Rouviere | |
| Changed "obeject" to "object" | |||
| 2013-03-08 | test($route): add tests for matching 'otherwise' routes | Igor Minar | |
