aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-06-08refactor($compile): always call attr.$observeMisko Hevery
attr.$observe used to call function only if there was interpolation on that attribute. We now call the observation function all the time but we only save the reference to it if interpolation is present.
2012-06-08chore($compile): clean up compiler testsMisko Hevery
2012-06-08chore(jqLite): performance reorderingMisko Hevery
2012-06-04docs(guide): correct couple of typosunknown
2012-06-04fix($timeout): allow calling $timeout.cancel() with undefinedAli Mills
This is how it worked in rc9, before refactoring $defer into $timeout.
2012-06-04chore(release): starting 1.0.0rc11 promise-resolution iterationIgor Minar
2012-06-02doc(app): switch to use $last on ng-repeatMisko Hevery
2012-06-02doc(app): remove un-needed fileMisko Hevery
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
Closes#930
2012-06-02doc(guide): corrected examplesMisko Hevery
2012-06-02merge cleanupMisko Hevery
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-06-02doc(ngdoc): clean up doc generation and add missing documentation linksMisko Hevery
2012-06-02doc(compiler): rewriteMisko Hevery
2012-06-02docs(introduction): renameMisko Hevery
2012-06-02doc(i18n): renameMisko Hevery
2012-06-02docs(expression): rewriteMisko Hevery
2012-06-02docs(scope): rewriteMisko Hevery
2012-06-02docs(dependency injecton): rewriteMisko Hevery
2012-06-02docs(ngdocs): cleaned up directive titlesMisko Hevery
2012-06-02docs(bootstrap): rewritten bootstrap guideMisko Hevery
2012-06-02docs(overview): updated overview guideMisko Hevery
2012-06-02doc(ngdoc): proper label for source and demo sectionMisko Hevery
2012-06-02fix(docs): include short words in keywordsMisko Hevery
Short words like $q are now searchable. Closes #967
2012-06-02feat($location): add $locatonChange[begin|completed] eventMisko Hevery
This allows location change cancelation
2012-06-02chore($location) switch to use $rootElementMisko Hevery
2012-06-02feat($rootElement): added application root elementMisko Hevery
Publish the application root element as $rootElement so that it can be injected to other services.
2012-06-01feat($route): rename template -> tempalteUrl and add support for inline ↵Misko Hevery
templates BREAKING CHANGE: template in $route definition is now templateUrl To migrate just rename `template` to `templateUrl`.
2012-06-01chore($route): rename eventsMisko Hevery
BREAKING CHANGE rename $beforeRouteChange to $routeChangeStart rename $afterRouteChange to $routeChangeSuccess
2012-06-01feat($route): resolve local route promisesMisko Hevery
Resolve all promises on route before we fire $afterRouteChange which then renders the ngView.
2012-06-01feat($injector): provide API for retrieving function annotationsMisko Hevery
2012-05-24fix(jqLite): don't eat event exceptionsMisko Hevery
JQuery does not catch exceptions either, and just lets them pass. This allows the exception to be shown in console.
2012-05-24fix(docs): accept return in addition to returnsMisko Hevery
documentation used @return but parser expected @returns, which made the generated documentation incomplete.
2012-05-24chore(docs): remove generated fileMisko Hevery
2012-05-24chore(docs): remove unused doc_widget.js fileMisko Hevery
2012-05-24chore(docs): correct spacingsMisko Hevery
2012-05-24fix(favicon): update to aliased iconMisko Hevery
2012-05-23chore(release): cut the 1.0.0rc10 tesseract-giftwrapping releasev1.0.0rc10Igor Minar
2012-05-23docs(changelog): release notes for 1.0.0rc10 tesseract-giftwrappingIgor Minar
2012-05-23fix($rootScope): TTL exception does not clear $$phaseMisko Hevery
When $digest() throws infinite digest exception it does not properly clear the $phase leaving the scope in an inconsistent state. Closes #979
2012-05-23chore(package.json): add simple package.json with npm dependenciesIgor Minar
2012-05-23feat($timeout): add $timeout service that supersedes $deferIgor Minar
$timeout has a better name ($defer got often confused with something related to $q) and is actually promise based with cancelation support. With this commit the $defer service is deprecated and will be removed before 1.0. Closes #704, #532
2012-05-22docs($filter): minor correctionsDaniel Gomes
2012-05-22fix(ngRepeat): expose $first, $middle and $last instead of $positionMax
$position marker doesn't work well in cases when we have just one item in the list because then the item is both the first and last. To solve this properly we need to expose individual $first and $middle and $last flags. BREAKING CHANGE: $position is not exposed in repeater scopes any more To update, search for $position and replace it with one of $first, $middle or $last. Closes #912
2012-05-17feat(scope): add event.preventDefault() and event.defaultPreventedVojta Jina
2012-05-17refactor(scope.$emit): rename event.cancel() to event.stopPropagation()Vojta Jina
Breaks event.cancel() is event.stopPropagation()
2012-05-17fix(jqLite): have same expando format as jQueryMisko Hevery
2012-05-15chore(release): start 1.0.0rc10 tesseract-giftwrapping iterationIgor Minar
2012-05-14chore(release): cutting 1.0.0rc9 eggplant-teleportationv1.0.0rc9Igor Minar
2012-05-14docs(changelog): release notes for 1.0.0rc9 eggplant-teleportationIgor Minar