aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-16fix(ngClass): should remove classes when object is the same but property has ↵Pete Bacon Darwin
changed If you wire up ngClass directly to an object on the scope, e.g. ng-class="myClasses", where scope.myClasses = { 'classA': true, 'classB': false }, there was a bug that changing scope.myClasses.classA = false, was not being picked up and classA was not being removed from the element's CSS classes. This fix uses angular.equals for the comparison and ensures that oldVal is a copy of (rather than a reference to) the newVal.
2013-04-16fix(Grunt): also remove \r chars when joining filesPete Bacon Darwin
2013-04-15docs(tutorial): testacular renamed to karmaPete Bacon Darwin
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
2013-04-15docs(rootScope): fix typoPete Bacon Darwin
2013-04-15docs(rootScope): Fix various typosLaurent
2013-04-15docs(Angular.js): fix typoLaurent
2013-04-15doc(overview): add link to angular demo slides to overviewPete Bacon Darwin
2013-04-13docs(ngController): fix docs link to api/ng.$routebrandonjp
2013-04-13docs(module): fix typoSeunghoon Yeon
2013-04-12docs(faq): added note to FAQ re: legacy IE supportuberspeck
2013-04-11chore(Grunt) update grunt-contrib-copyDave Geddes
grunt-contrib-copy@0.4.1 has the cleaner summary output by default
2013-04-11style(exceptionHandler): add wsLee Leathers
2013-04-11chore(NPM): Add license infoLee Leathers
2013-04-11docs(guide): Update $locationProvider docs.Prathan Thananart
Default hashPrefix setting is not `'!'`, it's actually `""`. Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472
2013-04-11docs(guide/i18n): fix a typokamagatos
2013-04-11docs(jqLite): clarified that children/parent do not support selectorsChristoph Burgdorf
2013-04-11docs: fix typosMatt Haggard
2013-04-11set ng-app as personalLog玉黍
2013-04-11docs(ngApp): fixed typoBrent Morrow
Use this directive to auto-bootstrap **an** application.
2013-04-11docs(guide/concepts): fix typoBrent Morrow
An event is a user **interaction**, timer event, or network event (response from a server).
2013-04-11docs(guide/concepts): wording changeBrent Morrow
... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks.
2013-04-11docs(guide): Added $ sign to controller example{Qingping,Dave} Hou
2013-04-11docs(dev-guide): Fixed a typo.urenmj
2013-04-11docs(http): spelling, grammar, capitalization, etc.Artur Ostrega
Conflicts: src/ng/http.js
2013-04-11docs(guide/concepts): wording changeBrent Morrow
2013-04-11docs(guide/expression): wording changesBrent Morrow
2013-04-11docs(guide/directives): give more details about directive declarationLuc Morin
2013-04-11docs(guide/filters): document multiple arguments syntaxColin Kahn
Add example of using a filter with that accepts multiple arguments.
2013-04-11docs(angular-mocks): fix wordingBrent Morrow
2013-04-11docs($inject): wording changeBrent Morrow
2013-04-11docs($compile): improve docsDavid Sanders
2013-04-11docs(guide): updates for legacy IE7 supportBrian 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-11chore(release): start 1.0.7 monochromatic-rainbow iterationIgor Minar
2013-04-11docs($http): fix a typoChad Whitacre
2013-04-11chore(docs): Fixed incomplete mergeTakashi Matsuo
2013-04-06docs(concespts): correct spelling and remove unnecessary wordHeath Matlock
2013-04-04docs(changelog): add release notes for 1.1.4 and 1.0.6Igor Minar
2013-04-04chore(release): cut 1.0.6 universal-irreversibility releasev1.0.6Igor Minar
2013-04-04chore(docs): correct few unclosed elementsMisko Hevery
Conflicts: src/ng/filter/filter.js
2013-04-04docs(guide): add missing closing div tagFelipe Lahti
2013-04-04docs(guide): fix typo in DI. angualar -> angularFelipe Lahti
2013-04-04docs(mocks): fix typosGert Goet
Conflicts: src/ngMock/angular-mocks.js
2013-04-04docs(directive): fix typoSrinivas Kusunam
2013-04-04docs(controller): improve $controller function doc readabilityMatthew McComb
Improved $controller function doc readability.
2013-04-04fix(mock): prevent NPE when module definition outside of it.Misko Hevery
2013-04-04Update forms.ngdocJames deBoer
docs(forms): Fixed a typo. render -> $render
2013-04-04chore($ngLocale): refactor slurper & parse extended datetime symbolsChirayu Krishnappa
2013-04-04chore($ngLocale): generate ngLocale files from the Closure code (includes ↵Chirayu Krishnappa
datetimesymbolsext.js)
2013-04-04refactor(ngRepeat): make use of declared variableMark Chapman
Rename unused arrayLength variable to arrayBound and use it inside loop
2013-04-04docs($resource): improve installation sectionIgor Minar