| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-11 | set ng-app as personalLog | 玉黍 | |
| 2012-08-30 | fix(scenario): Adding meta tag to avoid cache issues | German Galvis | |
| 2012-06-01 | feat($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-03-28 | docs(examples): update example apps | Igor Minar | |
| 2012-03-28 | chore(ngCookies): moved to module | Misko Hevery | |
| 2012-01-23 | refactor(scope): separate controller from scope | Vojta Jina | |
| Controller is standalone object, created using "new" operator, not messed up with scope anymore. Instead, related scope is injected as $scope. See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k Closes #321 Closes #425 Breaks controller methods are not exported to scope automatically Breaks Scope#$new() does not take controller as argument anymore | |||
| 2012-01-12 | refactor(module): strict separation between module-config / app-runtime | Misko Hevery | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
| 2011-11-14 | refactor(injector): $injector is no longer a function. | Misko Hevery | |
| - $injector('abc') -> $injector.get('abc'); - $injector(fn) -> $injector.invoke(null, fn); | |||
| 2011-11-14 | del($eager): removed the support for $eager services | Misko Hevery | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | chore(scenario tests): make scenario tests pass again | Misko Hevery | |
| 2011-11-14 | refactor(scenario): fix scenario bootstrap & publish injector for inspection | Misko Hevery | |
| 2011-11-14 | refactor(api): remove type augmentation | Misko Hevery | |
| BREAK: - remove angular.[Object/Array/String/Function] - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate | |||
| 2011-11-14 | refactor(services): migrate angular.service -> module | Misko Hevery | |
| 2011-11-14 | refactor(injector): switch to injector 2.0 introduce modules | Misko Hevery | |
| 2011-11-14 | refactor(injector): turn scope into a service | Misko Hevery | |
| - turn scope into a $rootScope service. - injector is now a starting point for creating angular application. - added inject() method which wraps jasmine its/beforeEach/afterEach, and which allows configuration and injection of services. - refactor tests to use inject() where possible BREAK: - removed angular.scope() method | |||
| 2011-10-26 | fix(example): fixes for personalLog e2e tests | Igor Minar | |
| Looks like this got broken with scope rewrite. | |||
| 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-11 | style(examples): clean up dead examples | Misko Hevery | |
| 2011-09-16 | feat (jquery): upgrade everything to jQuery 1.6.4 | Igor Minar | |
| Closes #556 | |||
| 2011-05-19 | Remove trailing white spaces from all source files | Vojta Jina | |
| find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$// | |||
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-02-18 | add missing example files for temp.html | Igor Minar | |
| 2011-01-24 | update example/temp.html template | Igor Minar | |
| 2011-01-04 | fixing up personalLog app | Igor Minar | |
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | Remove many eager-publish services, lazy polling | Misko Hevery | |
| - Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them. | |||
| 2010-11-01 | Add browser().reload() to simulate a refresh from a user | Elliott Sprehn | |
| 2010-11-01 | Provide browser DSL with location() to expect the iframe URL parts. Also ↵ | Elliott Sprehn | |
| move navigateTo() under the browser DSL. | |||
| 2010-10-26 | Adding e2e tests for the PersonalLog app | Igor Minar | |
| - added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view | |||
| 2010-10-26 | fixes IE related failures, and form submit event handling in ie | Misko Hevery | |
| 2010-10-23 | improving the PersonalLog app | Igor Minar | |
| - adding jsdocs and comments - logs should be ordered in inverse order | |||
| 2010-10-23 | personalLog demo - initial version with spec | Igor Minar | |
| 2010-10-22 | corrected buzz.html to use ng:src on images to prevent sporious browser ↵ | Misko Hevery | |
| requests/errors | |||
| 2010-10-09 | Fixed calculator examples | Vojta Jina | |
| * Fixed wrong reference to jquery library, and old method names (scope.$set, scope.$eval), added scope.$init() call... * Changed to use angular-debug.js * use simple assignments | |||
| 2010-08-03 | added RequestHeaders to XHR | Misko Hevery | |
| 2010-07-29 | fix broken build, fix #autobind and css loading | Misko Hevery | |
| 2010-07-29 | refactored $location service so that it correctly updates under all conditions | Misko Hevery | |
| 2010-07-27 | fix preventDefault for events | Misko Hevery | |
| 2010-07-23 | added buzz demo, fix undefined() -> undefined | Misko Hevery | |
| 2010-07-22 | fix howers which were accidently broken | Misko Hevery | |
| 2010-07-22 | added jsonp to resources | Misko Hevery | |
| 2010-07-20 | fixed xhtml compatibility, fix console in chrome | Misko Hevery | |
| 2010-07-19 | added equals method to angular.equals and $equals | Misko Hevery | |
| 2010-07-02 | change all attributes from ng- to ng: prefix | Misko Hevery | |
| 2010-05-13 | error example | Misko Hevery | |
| 2010-05-13 | fix incorect parsing of url if it contains dash - character | Misko Hevery | |
