| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-14 | feat(bootstrap): added angular.bootstrap method | Misko Hevery | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | docs(browser): moved and migrate browser removed unneeded files. | Misko Hevery | |
| 2011-11-14 | doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module | Misko Hevery | |
| 2011-11-14 | refactor($location): merged $locationConfig service into $locationProvider | Misko Hevery | |
| 2011-11-14 | chore(scenario tests): make scenario tests pass again | Misko Hevery | |
| 2011-11-13 | fix(docs.guide): fix $location example | Vojta Jina | |
| 2011-10-26 | feat(docs): Add scenario runner into dev guide | Vojta Jina | |
| And update the link in the tutorial as well... | |||
| 2011-10-26 | feat(bootstrap): drop angular.js file name restrictions for autobind | Igor Minar | |
| The last script element in the dom is always us if the script that contains angular is loaded synchronously. For async loading manual bootstrap needs to be performed. Close #621 | |||
| 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-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 | 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-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 | docs(forms): add ng:change docs and other fixes | 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-07 | fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-styling | Dhruv Manek | |
| Closes #580 | |||
| 2011-10-05 | docs(started): fixing pluralization | dandoyon | |
| 2011-09-26 | feat(docs): use html5 history api for all routing in the docs app | Vojta Jina | |
| - Configure our docs app to use new $location with html5 history api! - Update simple node web server to serve index.html for all links (rewritting). - Update .htaccess file to serve index.html for all links (rewritting). - At runtime determine the base href path and attach it to the DOM. We needed the absolute URL to get all browsers to work well. - Because of the above, we also need to dynamically determine all needed js/css resources and add them to the DOM. This was needed because FF6 would eagerly fetch resources with wrong URL since the base element is added to the dom at runtime. - All content html files were moved to the partials directory, because with the new html5 urls it was impossible to tell if request for http://domain/api/angular.filter.html was an html5 url for the html filter doc page, or an xhr/appcache request for the content html file for the html filter. f | |||
| 2011-09-16 | fix(e2e tests): use prop() instead of attr() and quote attributes | Igor Minar | |
| Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties. Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots ("."). | |||
| 2011-09-08 | doc($location): $location docs + using $location guide | Vojta Jina | |
| 2011-09-08 | fix(docs): update docs to reflect new $location and fix e2e tests | Vojta Jina | |
| 2011-09-02 | test(jsonp): fixing jsonp e2e tests | Igor Minar | |
| - buzz api keeps on throttling our requests which makes our build fail so I'm disabling the buzz demo e2e test - the $xhr service jsonp test was modified to use jsonp on angularjs.org instead of buzz api for the same reason as mentioned above | |||
| 2011-09-02 | docs(guide/tutorial/misc): sync with google docs | Igor Minar | |
| 2011-08-04 | doc(tutorial): updates needed for 0.9.18 rebase | Igor Minar | |
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery | |
| - Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded | |||
| 2011-07-29 | doc(contribute): add npm & q dependencies to setup instructions | Igor Minar | |
| 2011-07-29 | doc(started): fixing up the doc and adding link to the tutorial | Igor Minar | |
| 2011-07-29 | doc(guide): various fixes and improvements | Igor Minar | |
| 2011-07-29 | doc(tutorial): fixes and improvements from Toni and Ben | Igor Minar | |
| 2011-06-21 | Update fixed docs content (guide) | Vojta Jina | |
| Couple of typos fixed: * indentation * batchLogbatchLog -> batchLog * start periodic checking * missing brace | |||
| 2011-06-16 | Update docs from googledocs | Vojta Jina | |
| * fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user | |||
| 2011-06-15 | docs - various doc fixes | Igor Minar | |
| 2011-06-15 | docs - stripping extra new lines | Igor Minar | |
| 2011-06-15 | Updated docs/cookbook/buzz from gdocs | Di Peng | |
| With couple of fixes: * indentation + code formatting * use ng:href, ng:src * change UserId to misko.hevery so it will work now | |||
| 2011-06-15 | Fix scenario runner on IE7, IE8 | Misko Hevery | |
| * add ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected * fetch fixed cookbook/advancedform (use ng:disabled) * fire keydown instead of change on input * remove frame when test finishes | |||
| 2011-06-07 | Update latest docs content from gdocs | Vojta Jina | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | api doc fixes from ken | Igor Minar | |
| 2011-06-06 | add new version of api/angular doc | Igor Minar | |
| 2011-06-06 | fix wrapping api links into code element | Igor Minar | |
| 2011-06-06 | fix getting started docs | Igor Minar | |
| 2011-06-06 | new batch of docs | Igor Minar | |
| 2011-06-06 | move docs/content/intro to docs/content/misc | Igor Minar | |
| 2011-06-06 | fixing broken links | Igor Minar | |
| 2011-06-06 | add new batch of tutorial docs and images | Igor Minar | |
