Peter Bacon Darwin
b01a03c1b9
docs(guide): add sortOrder to each page
...
Finally we can control the order of the guide pages
2014-09-04 16:49:25 +01:00
Julie
85880a6490
feat(testability): add $$testability service
...
The $$testability service is a collection of methods for use when debugging
or by automated testing tools. It is available globally through the function
`angular.getTestability`.
For reference, see the Angular.Dart version at
https://github.com/angular/angular.dart/pull/1191
2014-08-28 14:25:50 -07:00
Peter Bacon Darwin
2ab0d5d370
test(e2e): fix by.binding() locators
...
After upgrading, Protractor requires exact string that is used in the binding.
2014-08-27 20:45:58 -07:00
danrbergman
9352bdfdaf
docs(guide/module): update tag in description
...
the reference to 'myApp' module changed in the example from <html> to a <div>. Updating description
to reflect the new <div> tag.
Closes #8720
2014-08-21 23:33:21 -04:00
danrbergman
b8b8411b15
docs(guide/module): make the use of ng-app explicit in example
...
Helpful for people new to Angular to see the ng-app declaration in context with the expression
example. This will help illustrate the "Important thing to notice" point which follows: "The
reference to myApp module in <html ng-app="myApp">. This is what bootstraps the app using your
module."
Closes #8673
2014-08-21 22:28:15 -04:00
Peter Bacon Darwin
81d9193ed7
docs(guide/module): add protractor tests
2014-07-18 11:05:39 +01:00
Peter Bacon Darwin
9987a609d0
style(guide/module): use dot first style when chaining
2014-07-18 11:05:24 +01:00
Nick Van Dyck
222edd8031
docs(guide/module) fixed global controller in example
...
Global controllers have been disallowed in Angular 1.3
Closes #8248
2014-07-18 10:51:11 +01:00
Gias Kay Lee
ed22869e08
docs(module): add link to mentioned resource
...
Closes #6628
2014-03-17 15:15:51 -07:00
Denis Parchenko
e1484cdf65
docs(guide/module): remove duplicate word
...
Closes #6709
2014-03-17 12:44:16 -04:00
Brian Ford
d07101dec0
docs(guide/module): improve clarity
2014-03-03 12:52:03 -08:00
Caitlin Potter
f7fad29fd9
docs(bike-shed-migration): convert guide <doc:...> examples to <example>...
...
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16 19:03:45 +00:00
Peter Bacon Darwin
af9e897ecd
docs(guide): remove unnecessary "Developer Guide: " from @names
2014-02-16 19:03:44 +00:00
Peter Bacon Darwin
a564160511
docs(bike-shed-migration): fix url-based links refs to AUTO module
2014-02-16 19:03:41 +00:00
Caitlin Potter
f7d28cd377
docs(all): convert <pre>/</pre> snippets to GFM snippets
2014-02-16 19:03:40 +00:00
ghodss
ce669edfa1
docs(guide): warn about module creation versus retrieval
...
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
2013-08-22 10:32:52 -07:00
Seunghoon Yeon
0d8a95af6f
docs(module): fix typo
2013-04-13 17:19:11 +02:00
theotheo
a83eced974
docs(module): fix code example
2013-02-06 20:40:06 +01:00
Matt Rohrer
93070f1488
docs(guide): minor grammar fixes
2013-01-17 19:10:46 -05:00
Jamison Dance
cd8b78ebfd
docs(guide): fix run-on sentence in modules guide
2012-11-11 11:34:06 +01:00
Tim Macfarlane
b32adb7dea
docs(module): fix typo in example
...
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-10-31 14:21:28 -07:00
Godmar Back
0472c5f07e
docs(module): fixed module example and corrected typos
2012-09-06 16:06:23 -07:00
Jay Zeng
7079ff5eb6
docs(module): myAppModule -> simpleAppModule
2012-09-06 16:06:22 -07:00
Sahat Yalkabov
62cfedbe0c
doc(module) changed simpleApp to myApp in the Module page guide for consistency
2012-08-30 16:10:39 -07:00
Colin Frei
aff68a9ddf
docs(module) fix typo
2012-08-30 15:22:08 -07:00
unknown
a57141fd1d
docs(guide): correct couple of typos
2012-06-04 18:46:09 -07:00
Mykhailo Kotsur
5c5b1183c8
docs(guide/module): fix syntax error and expectation in test example
2012-03-26 16:06:46 -07:00
Igor Minar
74c84501ed
doc(guide/module): fix typo
2012-03-23 16:57:24 -07:00
Misko Hevery
8b8fdddc0b
docs(links): corrected borken links
2012-03-13 19:36:09 -07:00
Igor Minar
772ddb983b
docs(directive, module): add various missing docs and fix existing docs
2012-03-08 11:06:14 -08:00
Misko Hevery
5d8528cc2e
docs(module): Describe module loading
2012-02-23 09:53:14 -08:00