| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-18 | inline all images into css | Igor Minar | |
| * embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file | |||
| 2010-10-18 | JSON parser is now strict (ie, expressions are not allowed for security) | Misko Hevery | |
| Close #57 | |||
| 2010-10-12 | Introduced injector and $new to scope, and injection into link methods and ↵ | Misko Hevery | |
| controllers - added angular.injector(scope, services, instanceCache) which returns inject - inject method can return, instance, or call function which have $inject property - initialize services with $creation=[eager|eager-publish] this means that only some of the services are now globally accessible - upgraded $become on scope to use injector hence respect the $inject property for injection - $become should not be run multiple times and will most likely be removed in future version - added $new on scope to create a child scope - $inject is respected on constructor function - simplified scopes so that they no longer have separate __proto__ for parent, api, behavior and instance this should speed up execution since scope will now create one __proto__ chain per scope (not three). BACKWARD COMPATIBILITY WARNING: - services now need to have $inject instead of inject property for proper injection this breaks backward compatibility - not all services are now published into root scope (only: $location, $cookie, $window) - if you have widget/directive which uses services on scope (such as this.$xhr), you will now have to inject that service in (as it is not published on the root scope anymore) | |||
| 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-05-28 | change order of initialization | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-04-05 | added hover service | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-04-03 | browser is now injectable into the system | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-04-01 | work on $location and autobind | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
| 2010-03-16 | twitter using resources | Adam Abrons | |
| 2010-01-29 | added bootstrap, fixed formatter | Misko Hevery | |
| 2010-01-18 | checkpoint for integration with angular | Misko Hevery | |
| 2010-01-11 | all files converted to prototype= {} | Misko Hevery | |
| 2010-01-09 | removed nglr namespace | Misko Hevery | |
| 2010-01-08 | created a way to init the code without autobootstrap | Misko Hevery | |
| 2010-01-05 | angular.js | Adam Abrons | |
