| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-11 | angularJsConfig now allows ng:autobind and #autobind value to be passed in | Igor Minar | |
| 2011-03-08 | fix ie7 regression in jqLite which prevented | Misko Hevery | |
| 2011-03-03 | fixing left over .scope | Igor Minar | |
| 2011-03-03 | fixing broken e2e tests | Igor Minar | |
| 2011-03-01 | linking function should return bound scope | Igor Minar | |
| angular.compile()() returns {scope:scope, view:view}, this isn't useful at all and only makes tests more verbose. Instead, this change makes the linking function return scope directly and if anyone needs the linked dom there are two ways to do it documented in angular.compile. other changes: - moved angular.compile docs to the compiler so that they are closer to the compiler - fixed some typos and updated angular.compile docs with the new return value | |||
| 2011-02-18 | Auto create $inject property form the argument names. Any arg starting with ↵ | Misko Hevery | |
| $ or _ will be injected | |||
| 2011-02-17 | resources should not over-encode chars in url path | Igor Minar | |
| - added encodeUriSegment that properly encodes only those chars that URI RFC requires us to encode - modified Resource to use encodeUriSegment | |||
| 2011-02-16 | Changed the angular.compile(element)(scope[, cloneAttachNode]) | Misko Hevery | |
| 2011-02-16 | reformated multiline trinary expressions to have a leading ?/:. | Misko Hevery | |
| 2011-02-16 | rewrite of JQuery lite implementation, which now better supports selected sets | Misko Hevery | |
| 2011-02-16 | Change API angular.compile(element)([scope], [element/true]) | Misko Hevery | |
| 2011-02-16 | refactored quickClone to cloneNode and exposed it on jQuery | Misko Hevery | |
| 2011-02-16 | remove $init on scope from applying compilation template | Misko Hevery | |
| Closes #40 | |||
| 2011-02-16 | remove dom manipulation API from compiler | Misko Hevery | |
| 2011-02-16 | Add public API to retrieve scope from element. | Misko Hevery | |
| 2011-02-16 | allow jquery to be declared after angular in the script loading order | Misko Hevery | |
| 2011-02-16 | Small spelling and grammar fixes in documentation. | Anthony Lieuallen | |
| 2011-02-07 | adding docs for angular.markup and angular.attrMarkup | Igor Minar | |
| 2011-02-04 | smarter normalization of value on option, and htmlParser fixes | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-01-26 | adding jsdoc for angular namespace | Igor Minar | |
| 2011-01-24 | remove trailing whitespace | Misko Hevery | |
| 2011-01-18 | fixes, examples and tests for angular.Object.* docs | Igor Minar | |
| 2011-01-13 | fix for angular.Object.equals to handle equals({},null) | Igor Minar | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2011-01-10 | Rename angular.foreach to angular.forEach to make the api consistent. | Igor Minar | |
| camelcase is used for other angular functions and forEach is also used by EcmaScript standard. - rename the internal as well as the external function name - tweak the implementation of the function so that it doesn't clober it self when we extend the angular object with an object that has a forEach property equal to this forEach function Closes #85 | |||
| 2011-01-10 | jqLite should recognize window as an element even in IE | Igor Minar | |
| in IE window object has length property which makes it look like a collection to jqLite. This commit makes jqLite properly identify window as an element even in IE. IE6 doesn't have Window type, so we need to check against window object and only then do a more general check against Window. This is not perfect, but I say screw IE6. | |||
| 2011-01-07 | $location service should utilize onhashchange events instead of polling | Igor Minar | |
| 2011-01-07 | Revert "Issue #51: Update extensionMap()" | Igor Minar | |
| This reverts commit 00ca67e4befffed00ecee81bd1ce903fe01f542a. Now that we don't have published services, we don't need to worryi about this any more and in fact this behavior is confusing because to override a service that has dependencies with a services with no dependencies one must specify $inject:[] or else the old dependencies will be injected. Conflicts: src/Angular.js test/AngularSpec.js | |||
| 2011-01-07 | rename nodeName due to conflicts with jquery | Igor Minar | |
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2010-12-22 | fromJson delegation to native JSON parser if available | Igor Minar | |
| - native parser delegation - $xhr change to use native parser | |||
| 2010-12-07 | improving $resource docs | Igor Minar | |
| 2010-12-06 | allow documentation to be in external file | Misko Hevery | |
| * Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them | |||
| 2010-12-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-11-25 | Doc service: added example into service overview | Vojta Jina | |
| 2010-11-25 | docs for all angular.* type checking functions | Igor Minar | |
| 2010-11-24 | docs for angular.bind | Igor Minar | |
| 2010-11-24 | docs for angular.foreach | Igor Minar | |
| 2010-11-24 | docs for angular.extend | Igor Minar | |
| 2010-11-24 | fixing docs for angular.scope | Igor Minar | |
| 2010-11-24 | docs for angular.compile | Igor Minar | |
| 2010-11-24 | docs for angular.element | Igor Minar | |
| 2010-11-24 | docs for angular.noop and angular.identity | Igor Minar | |
| 2010-11-24 | docs for angular.Object.copy | Igor Minar | |
| 2010-11-24 | docs for angular.Object.size | Igor Minar | |
| 2010-11-24 | docs for angular.Object and angular.Object.equals | Igor Minar | |
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | fix docs for angular.directive and ng:autobind | Igor Minar | |
| 2010-11-18 | fixing angular.lowercase and angular.upppercase jsdocs + api | Igor Minar | |
