mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
- 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
59 lines
2.4 KiB
Text
59 lines
2.4 KiB
Text
@workInProgress
|
|
@ngdoc overview
|
|
@name Developer Guide
|
|
@description
|
|
|
|
Welcome to the angular Developer Guide. If you are here to learn the details of how to use angular
|
|
to develop web apps, you've come to the right place.
|
|
|
|
If you are completely or relatively unfamiliar with angular, you may want to check out one or both
|
|
of the following documents before returning here to the Developer Guide:
|
|
|
|
* {@link misc/started Getting Started}
|
|
* {@link tutorial/index Angular Tutorial}
|
|
|
|
<hr>
|
|
|
|
## {@link dev_guide.overview Overview of Angular}
|
|
|
|
## {@link dev_guide.bootstrap Initializing Angular}
|
|
|
|
* {@link dev_guide.bootstrap.auto_bootstrap Understanding Automatic Initialization}
|
|
* {@link dev_guide.bootstrap.manual_bootstrap Understanding Manual Initialization}
|
|
|
|
## {@link dev_guide.mvc About MVC in Angular}
|
|
|
|
* {@link dev_guide.mvc.understanding_model Understanding the Model Component}
|
|
* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component}
|
|
* {@link dev_guide.mvc.understanding_view Understanding the View Component}
|
|
|
|
## {@link dev_guide.scopes Angular Scope Objects}
|
|
|
|
* {@link dev_guide.scopes.understanding_scopes Understanding Angular Scope Objects}
|
|
* {@link dev_guide.scopes.internals Angular Scope Internals}
|
|
|
|
## {@link dev_guide.compiler Angular HTML Compiler}
|
|
|
|
* {@link dev_guide.compiler.directives Understanding Angular Directives}
|
|
* {@link dev_guide.compiler.widgets Understanding Angular Widgets}
|
|
* {@link dev_guide.compiler.directives_widgets Comparing Directives and Widgets}
|
|
* {@link dev_guide.compiler.markup Understanding Angular Markup}
|
|
|
|
## {@link dev_guide.templates Angular Templates}
|
|
|
|
* {@link dev_guide.templates.filters Understanding Angular Filters}
|
|
* {@link dev_guide.templates.formatters Understanding Angular Formatters}
|
|
* {@link dev_guide.templates.validators Understanding Angular Validators}
|
|
|
|
## {@link dev_guide.services Angular Services}
|
|
|
|
* {@link dev_guide.services.understanding_services Understanding Angular Services}
|
|
* {@link dev_guide.services.creating_services Creating Angular Services}
|
|
* {@link dev_guide.services.registering_services Registering Angular Services}
|
|
* {@link dev_guide.services.managing_dependencies Managing Service Dependencies}
|
|
* {@link dev_guide.services.testing_services Testing Angular Services}
|
|
|
|
## {@link dev_guide.di About Dependency Injection}
|
|
|
|
* {@link dev_guide.di.understanding_di Understanding DI in Angular}
|
|
* {@link dev_guide.di.using_di_controllers Using DI in Controllers}
|