Pete Bacon Darwin
0bbb9e6258
docs(error/compile/tplrt): split long lines
2013-10-26 20:14:08 +01:00
gdennie
81d5bc860d
docs(error/compile/tplrt): clarify and grammar
...
Closes #4503
2013-10-26 20:14:08 +01:00
gdennie
9f2c8e935a
Clarification stemming from my own issues
...
It is instructive to give literal examples that reflect common (my) experience of the problem. :)
2013-10-26 20:09:09 +01:00
Pete Bacon Darwin
256fcb6884
docs(guide/compiler): clarify wording
...
Closes #4668
2013-10-26 20:07:00 +01:00
douglascalhoun
9453c61093
docs(guide/compiler): fix typo
...
Closes #4667
2013-10-26 19:58:05 +01:00
Preston Marshall
8b74738568
docs(guide/e2e-testing): add note about Protractor replacement
...
Add a note to warn people starting new projects about Protractor replacing the
current ngScenario way of doing E2E testing.
Closes #4644
2013-10-26 19:50:43 +01:00
@supercobra
96da4c14a7
docs(api/index): improve grammar
...
Closes #4648
2013-10-26 19:49:14 +01:00
Joe Grund
a4d3146ee9
docs(guide/directive): correct reference to myDir rather than ngBind
...
Closes #4647
2013-10-26 19:47:43 +01:00
George Bonner
d1a285e5d3
docs(guide/overview): improve grammar and readability
...
Closes #4639
2013-10-26 19:43:35 +01:00
Andrew Stuart
3cfe9575e9
docs(guide/understanding_controller): apply a more intuitive metaphor
...
The BabyCtrl was a bit confusing and GrandChildCtrl seems to make more sense
with the whole "scope inheritance" concept.
Closes #4634
2013-10-26 19:36:53 +01:00
Sean Fahey
05bc53d34d
docs(tutorial/step-11): add missing dependencies
...
Closes #4633
2013-10-26 19:33:16 +01:00
Pete Bacon Darwin
fca7bcaf43
docs(guide/directive): improve wording
2013-10-26 19:24:03 +01:00
Joey Organisak
a1806bb460
docs(guide/directive): we are registering directives, not controllers
...
Closes #4615
2013-10-26 18:51:44 +01:00
Artemy Tregubenko
28bf357553
docs(guide/bootstrap): fix typo
...
Closes #4578
2013-10-25 22:11:08 +01:00
Jesse Palmer
34b1ceb42e
docs(tutorial/step-7): add doctype directive to example
...
Closes #4552
2013-10-25 22:09:38 +01:00
DanS
c1e6afca11
docs(tutorial/step-2): add beforeEach to load module
...
The non-global controller test throws an error because the test does not
know about the module and so can not find the controller. This change
tells the test about the module so the test can find the controller.
Closes #4489
2013-10-25 22:03:10 +01:00
phamdt
4645c95702
docs(tutorial/step-5): fix wrong link to services guide
...
Closes #4477
2013-10-25 21:51:23 +01:00
Brad Green
c47a366bc4
docs(guide): rewrite guide landing page
...
Change landing page to include a set of curated links with subject
headings as a guide through Angular's docs and other resources.
Closes #4470
2013-10-25 21:47:29 +01:00
Maarten Stolte
bb1395b452
docs(guide/e2e-testing): remove superfluous block of text
...
The removed block is repeated from the unit-testing guide and appears
in an awkward place in this text.
Closes #4456
2013-10-25 21:46:32 +01:00
mmieszek
e7177d3159
docs(guide/expression): fix duplicate key error in example
...
The example that demonstrates how to parse expressions can fail if you
pass in the same expression twice. By using "track by $index" we can
fix this.
Closes #4472
2013-10-25 21:46:31 +01:00
CloudDueling.com
db9c6a3528
docs(error/multidir): improve the sentence fluency
...
Closes #4449
2013-10-24 22:21:27 +01:00
Walter Higgins
88e35fa8d6
docs(tutorial/step_00): reword sentence to make sense
...
Closes #4429
2013-10-24 22:11:56 +01:00
G.H. Naylor
d3930fdfd9
docs(modulerr): fix typo
...
Closes #4418
2013-10-24 20:51:32 +01:00
Josh McAdams
1c621bdf23
docs(tutorial/step-07): fix typo
...
Closes #4410
2013-10-24 20:43:32 +01:00
Brian Ford
e69c287293
docs(guide/directive,guide/compiler,): drastically improve
2013-10-23 14:17:27 -07:00
Matias Niemelä
a7e12b7959
feat(docs): provide index pages for each angular module
2013-10-23 17:00:12 -04:00
Vojta Jina
14438058da
docs: correct broken links
...
This also contains some whitespace corrections by my editor.
2013-10-18 15:35:41 -07:00
Igor Minar
dba566a96d
docs($rootScope): better document infinite digest and ttl
2013-10-15 11:28:47 -07:00
David Gonzalez
7566215f47
docs(guide/animations): improve wording of sentence
...
Closes #4405
2013-10-14 07:48:02 +01:00
sflahave
c106b80c8d
docs(guide/directive): improve readability and grammar.
...
Closes #4386
2013-10-14 07:39:26 +01:00
David Gonzalez
0dd987bb91
docs(cookbook/deeplinking): fix typo
2013-10-14 07:35:38 +01:00
commonlisp
0f16b1d32e
docs(tutorial/step-07): fix typo
...
Closes #4390
2013-10-14 07:34:17 +01:00
Patrick Canfield
27519e9a33
docs(tutorial/step-05): fix incomplete sentence
...
Closes #4399
2013-10-14 06:28:05 +01:00
Patrick Canfield
4696af79ec
docs(tutorial/step-04): actually add age property to the code example
...
Closes #4400
2013-10-14 06:25:20 +01:00
royling
b76ed0b28c
docs(tutorial/step-5): add missing formatting to examples
...
The indenting doesn't work for code samples that are inside bullet points.
Closes #4403
2013-10-14 05:47:06 +01:00
Brian Ford
b103fae8c7
docs(tutorial/step12): fix callout formatting
2013-10-11 16:34:37 -07:00
Brian Ford
6df2b8a968
docs(tutorial/step07): explain injecting providers in callout
2013-10-11 16:34:02 -07:00
Brian Ford
55998a6371
docs(tutorial/step12): summary link to closing notes
2013-10-11 16:15:36 -07:00
Brian Ford
c40b977d94
docs(tutorial/step11): use DI annotations, fix summary
2013-10-11 16:15:36 -07:00
Brian Ford
8ec7668131
docs(tutorial/step10): use DI annotations
2013-10-11 16:15:36 -07:00
Brian Ford
a61d7999a4
docs(tutorial/step08): use DI annotations
2013-10-11 16:15:36 -07:00
Brian Ford
01cbe2f398
docs(tutorial/step07): improve explanations, add note about ngRoute
2013-10-11 16:15:36 -07:00
Brian Ford
08ba91364d
docs(tutorial/step05): fix formatting, use DI annotations in example code
2013-10-11 16:15:36 -07:00
Brian Ford
989ca61a61
docs(tutorial/step02): fix formatting
2013-10-11 16:15:35 -07:00
Pete Bacon Darwin
10bae7b62a
docs(guide/controller): improve guidance and examples
...
Remove mention of global controller functions
Convert larger examples to runnable demos
Remove mention of pre-1.0 controllers, in particular discussion of
controller inheritance.
TODO: Probably could do with updating to explain the "controller as" syntax
at some point.
Closes : #4373
2013-10-11 11:46:59 +01:00
Felix
e86aaa992f
docs(guide/controller): use .controller syntax
...
Use the recommended `module.controller` syntax rather than global
functions to define controllers in the examples.
2013-10-11 11:38:13 +01:00
Marko Bonaci
fe65932404
docs(tutorial/step11): correct Jasmine Matcher link
...
Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html
is no longer valid.
Closes #4329
2013-10-09 11:30:22 +01:00
Brian Ford
f031430a6f
docs(guide/animations): improve animations guide
2013-10-08 10:53:51 -07:00
Brian Ford
556e8eece6
docs(tutorial): fix style across tutorial steps
2013-10-08 10:49:33 -07:00
Brian Ford
ad5256452b
feat(tutorial): add step 12 of the phonecat tutorial
2013-10-08 10:49:33 -07:00
J Bruni
f7fc00841b
docs(cookbook/adv_forms): simplify example
...
Pass the `$index` directly to the `removeContact` function, instead of
searching for it in an expensive forEach loop.
Closes #4320
2013-10-08 12:59:46 +01:00
Peter Bacon Darwin
7a586e5c19
fix(*): protect calls to hasOwnProperty in public API
...
Objects received from outside AngularJS may have had their `hasOwnProperty`
method overridden with something else. In cases where we can do this without
incurring a performance penalty we call directly on Object.prototype.hasOwnProperty
to ensure that we use the correct method.
Also, we have some internal hash objects, where the keys for the map are provided
from outside AngularJS. In such cases we either prevent `hasOwnProperty` from
being used as a key or provide some other way of preventing our objects from
having their `hasOwnProperty` overridden.
BREAKING CHANGE: Inputs with name equal to "hasOwnProperty" are not allowed inside
form or ngForm directives.
Before, inputs whose name was "hasOwnProperty" were quietly ignored and not added
to the scope. Now a badname exception is thrown.
Using "hasOwnProperty" for an input name would be very unusual and bad practice.
Either do not include such an input in a `form` or `ngForm` directive or change
the name of the input.
Closes #3331
2013-10-07 09:01:13 -07:00
pzajdel
28fe4464d8
docs(tutorial/step02): fix missing brace
...
Closes #4301
2013-10-06 22:26:33 +01:00
Eric Large
55422b88d8
docs(tutorial/step_07): fix module name
...
Closes #4283
2013-10-05 21:03:19 +01:00
gdennie
a27b4cf5fd
docs(guide/directive): clarify use of binding to scopes
...
The use of 'angular' as sample text is confusing to the newbie in that they are forced
to confirm that the text 'angular' is not a keyword or otherwise referring to a system
component. This is changed to a more obvious sample text.
The most common form of `ngBind` is moved to the top of the list.
Closes #4237
2013-10-03 23:44:42 +01:00
mtaran-google
333e3375e0
docs(guide/directive): fix indentation in example code
...
Closes #4241
2013-10-03 23:40:00 +01:00
Pete Bacon Darwin
2e5680a4e3
docs(guide/$location): fix broken example demo
...
The demo of the hash-bang vs html5-mode deep links was broken since the introduction
of a check for previously bootstrapped elements. See this commit: 3ee744cc63
We fix this problem by applying a null for the injector value of the element of the
at the root of the sub-app.
It also turns out that it was not necessary, and if fact broke the demo, to replace
the $document service for the sub-app. This was because the $compile service calls
`$document.createElement()`, which doesn't exist on a `div`.
Finally, the bootstrap CSS was limiting the width of the ngAddress bar input box,
which made it difficult to see the changing URLs.
2013-10-03 23:05:56 +01:00
Freek Wielstra
171feb8fc6
docs(guide/$location): replace host.com addresses with example.com
...
The host.com links on this documentation page took you to an ad page of dubious content.
Now changed to example.com, in accordance with RFC 2606
Closes #4206
2013-10-03 21:10:47 +01:00
Pete Bacon Darwin
0f7237d764
docs(tutorial): improve wording and consistency
2013-10-03 11:58:47 +01:00
James Dunn
575f63ac50
docs(tutorial): update examples to show best practices
...
Closes #4256 , #4255 , #4254 , #4253 , #4250 , #4092
2013-10-03 10:19:19 +01:00
Chirayu Krishnappa
93ce5923e9
feat($sce): simpler patterns for $sceDelegateProviders white/blacklists
...
Closes #4006
2013-10-01 00:41:07 -07:00
jankuca
5a1a6b86a8
fix(ngTransclude): detect ngTranslude usage without a transclusion directive
...
Closes #3759
2013-09-30 16:44:19 -07:00
Ron Waldon
106ee8f850
docs(guide): describe directive replace:false
...
Previous version stated `replace:false` will append template to element.
Improve description to accurately state that template will _replace_ the
contents of the current element.
Closes #2235 , #4166
2013-09-30 22:51:01 +01:00
Richard Sentino
d79822e73a
docs(tutorial/step0): fix minor typo
...
Closes #4154
2013-09-30 21:28:19 +01:00
Brian Ford
8727fce312
docs(minerr): add note about ngRoute in injector/modulerr
2013-09-30 11:34:49 -07:00
Thomas Tuts
4f845437a8
docs(guide/overview): fix typo
...
Closes #4188
2013-09-28 15:04:57 +01:00
joscarsson
21527db747
docs(guide/e2e-testing): select also uses ng-model (like input)
...
This is specified for input fields, but not for selects. This change specifies it also for select().
2013-09-27 16:23:08 -07:00
Lane Goldberg
45028e5804
docs(overview.ngdoc): fix small typo in overview.ngdoc
2013-09-27 15:43:46 -07:00
Brian Ford
eea76a0ebe
docs(minerr): fix broken style from long line in nonassign
2013-09-26 14:13:02 -07:00
Pete Bacon Darwin
3b3e89d5d6
docs(guide/services): fix another typo
2013-09-26 12:52:43 +01:00
Michael Kueller
4beb98131a
docs(guide/services): fix typo
...
Closes #4112
2013-09-25 22:34:10 +01:00
gdennie
ba279f9464
docs(guide/$location): provide a title for section about replace()
...
Closes #4104
2013-09-25 22:30:03 +01:00
gdennie
94c8378f18
docs(guide/$location): clarify $location service role
...
Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'.
Closes #4103
2013-09-25 22:26:13 +01:00
janhartigan
8c0d5b6e80
docs(guide/e2e-testing): Fix typo
...
Closes #4100
2013-09-25 22:17:25 +01:00
Pete Bacon Darwin
c20b569dbe
docs(FAQ): update jQuery compatibility
2013-09-19 14:11:37 +01:00
Pete Bacon Darwin
3b8b0eb1fb
docs(guide/services): rewording of explanation
2013-09-19 12:48:06 +01:00
anilgulecha
910788ed9c
docs(guide/services): explain services in plain language
...
See the discussion at http://docs.angularjs.org/guide/dev_guide.services.understanding_services#comment-1002821035
Closes #4055
2013-09-19 12:17:28 +01:00
Maarten Stolte
80ab7eaf15
docs(guide/i18n): change non-existent de-ge to de-de
...
The de-ge locale does not exist
Closes #4053
2013-09-19 11:06:59 +01:00
naomiblack
04c9cae5d9
docs: update sticker ordering info in FAQ
2013-09-18 17:11:40 +02:00
Ash
bda87f606f
docs(guide/$location): describe workaround for collocated apps
...
When using Angular in the root of a domain with HTML5 URLs
where there are links to external paths within the same directory,
the `otherwise` route handler will catch these external files.
This can be fixed by prefixing '.' onto the links to URLs that should
be handled by angular routing.
Original Issue: #3520
Example of Fix: http://fiddle.jshell.net/fgHf6/3/
Closes #3555
2013-09-18 14:34:04 +01:00
Zachary Friedman
47dff0f3db
docs(tutorial/step_03): add info about karma-ng-scenario plug-in
...
The existing documentation for this step could have people find themselves
unable to run the `e2e-test.sh` script. This note added regarding
`karma-ng-scenario` will minimize their confusion and allow people to run
the script.
Closes #4033
2013-09-18 12:43:58 +01:00
Chirayu Krishnappa
be0b485669
fix($parse): disallow access to window and dom in expressions
2013-09-17 18:15:49 -07:00
Pete Bacon Darwin
d241438d49
docs(guide/bootstrap): add info about deferred bootstrap
2013-09-15 21:51:50 +01:00
ts-web
83f93889e1
docs(guide/forms): add comma for clarity
...
Closes #3985
2013-09-14 21:35:57 +01:00
brakon
f115751d54
docs(guide/e2e_testing): clarify that .enter searches by ng-model
2013-09-13 12:34:01 +01:00
cjmling
bf512bb8ee
docs(tutorial/step-10): fix incorrect link to step-8 tests
...
Closes #3972
2013-09-11 20:45:24 +01:00
Randi Hillerøe
c0886be148
docs(guide/concepts): remove div-clear-tags that break the formatting
...
Closes #3974
2013-09-11 20:37:34 +01:00
Anthony Tran
e4415d21d3
docs(forms.ngdoc): fix spacing in example
...
Closes #3930
2013-09-09 17:31:36 +01:00
Alexander Kaidalov
42a5f1e99a
docs(tutorial): fix markup for tutorial_03.png diagram
...
Closes #3707
2013-09-05 14:11:21 +01:00
Alexander Kaidalov
2dd99c3f11
docs(tutorial): fix markup for tutorial_04.png diagram
2013-09-05 14:08:33 +01:00
Pete Bacon Darwin
c66ec5413c
docs(tutorial): clarify use of inject() in step 9
...
Closes #3718
2013-09-05 13:58:21 +01:00
Nick Donohue
62ea5c3a91
docs(css_styling_guide): add ng-scope and ng-binding classes
...
I noticed angular was adding these css classes to elements and believe they
should be listed in the documentation at this page. The ng-scope class is
mentioned in the developer guide, hence the link there, and the ng-binding
class is not mentioned anywhere else in the documentation or the guide that
I found.
Closes #3728
2013-09-05 13:04:49 +01:00
Calvin Fernandez
d72fc304e0
docs(bootstrap.ngdoc): clarify bootstrap example
...
Clear up confusion about module declaration when using manual bootstrap.
2013-09-05 10:03:46 +01:00
tomazy
d9dbc6a844
docs(guide): remove duplicated require section
2013-08-29 11:40:56 -07:00
phanboy4
c7b0d8494d
docs(guide): update description of $inject mechanism to be a little clearer
2013-08-28 13:41:12 -07:00
Brian Ford
a671b0423c
docs(overview): improve grammar
2013-08-22 17:39:49 -07:00
Brian Ford
57c43dd376
docs(module): improve the installation instructions for optional modules
...
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
2013-08-22 16:55:54 -07: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
Marcel Morgan
a3aa41888c
docs(guide): grammatical corrections to Form and Control definitions
2013-08-22 09:11:33 -07:00
gdennie
4bd8b81bb0
docs(tutorial): update step_00.ngdoc
...
Clarify the little snippet on dash vs camelCase html to directive naming pattern
Closes #3550
2013-08-21 02:26:03 -07:00
Igor Minar
c61bb52c95
docs(tutorial): fix links in step 00
2013-08-21 02:17:52 -07:00
Yang Pengcheng
2c7df1550c
Update step_00.ngdoc
...
the <a> is incorrect.
there is no space between "a" and "href"
2013-08-21 02:15:35 -07:00
rodbv
d40884d1b0
docs(tutorial): update step_07.ngdoc
...
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer.
Closes #3641
2013-08-21 02:09:19 -07:00
Nepoxx
ad77d67cb7
fix(docs): fix diagram in tutorial/step_02
...
Removes whitespace before image tag as it caused it to be interpreted as a code block.
Closes #3668
2013-08-20 23:43:05 -07:00
Ken Sheedlo
02d42fda6d
chore(minerr): move $sce:insecurl file to sce directory
...
Closes #3568
2013-08-15 11:51:37 -07:00
ebeal
60af2ec9a4
fix(tutorial): fix broken link caused by bad line break
2013-08-14 15:45:15 -07:00
Vojta Jina
d8c010ac1e
docs(tutorial): fix links to ngRoute module
2013-08-13 14:17:37 -07:00
Igor Minar
ca92b6528a
docs(minErr): add location/ipthprfx
2013-08-12 14:09:09 -07:00
Igor Minar
2c64f3dc17
docs(minErr): add location/isrcharg docs
2013-08-12 14:09:09 -07:00
Igor Minar
72dc48ea4d
docs(minErr): add location/ihshprfx
2013-08-12 14:09:08 -07:00
Igor Minar
544d2616b4
chore($location): drop bugus error
...
we can never get to this state, so dropping the error
2013-08-12 14:09:08 -07:00
Ken Sheedlo
45dc9ee7b4
style(minerr): prefer component name as namespace
...
Closes #3527
2013-08-09 14:12:04 -07:00
Jeff Cross
3ee744cc63
fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.
...
Nothing would prevent a user from accidentally calling angular.bootstrap on an element that had already been bootstrapped. If this was done, odd behavior could manifest in an application, causing different scopes to update the same DOM, and causing debugger confusion.
This fix adds a check inside of angular.bootstrap to check if the passed-in element already has an injector, and if so, will throw an error.
2013-08-09 13:14:12 -07:00
Igor Minar
b3087421f2
docs(jqLite): update the minErr codes for on() and off()
2013-08-09 00:39:31 -07:00
Misko Hevery
4175377aaf
docs(compile/tplrt): description for compile/tplrt error
...
Closes #3459
2013-08-08 18:58:08 -07:00
Misko Hevery
dbd703a9fb
docs(compile/selmulti): description for compile/selmulti error
...
Closes #3459
2013-08-08 17:16:46 -07:00
Misko Hevery
fa3985764c
docs(compile/nodomevents): description for compile/nodomevents error
...
Closes #3459
2013-08-08 14:45:04 -07:00
Misko Hevery
78a445fa37
docs(compile/notassign): description for compile/notassign error
...
Closes #3459
2013-08-08 14:33:16 -07:00
Misko Hevery
4e76d0469e
docs(compile/multidir): description for compile/multidir error
...
Closes #3459
2013-08-08 14:14:33 -07:00
Igor Minar
3fb80b4ea1
docs(minErr): add controller/noscp docs
2013-08-08 12:13:34 -07:00
Igor Minar
74d50f7c16
docs(minErr): add rootScope/inprog docs
2013-08-08 12:04:34 -07:00
Igor Minar
465a2937cc
docs(minErr): improve compiler/iscp
2013-08-08 11:26:56 -07:00
Igor Minar
69058bf2c4
docs(minErr): improve sce/icontext
2013-08-08 11:24:34 -07:00
Igor Minar
c7953ffb7f
docs(minErr): improve sce/iequirks doc
2013-08-08 11:23:17 -07:00
Ken Sheedlo
40d351712e
docs(minerr): add description for ngResource:badargs
...
Closes #3510
2013-08-08 11:19:25 -07:00
Brian Ford
3cde777514
docs(minErr): add minErr description for jqLite:nosel
...
Closes #3426
2013-08-08 11:11:17 -07:00
Ken Sheedlo
def7e961b4
docs(minerr): add description for ngResource:badcfg
...
Closes #3509
2013-08-08 11:08:03 -07:00
Igor Minar
e27fb4ddd6
docs(minErr): rename compile/utrat to compile/uterdir
2013-08-08 11:02:30 -07:00
Ken Sheedlo
caa71c2772
docs(minerr): add description for $compile:utrat
...
Closes #3507
2013-08-08 10:56:55 -07:00
Igor Minar
934e569cca
docs(minErr): improve sce/isecurl doc
2013-08-08 10:32:55 -07:00
Igor Minar
0bf0570505
docs(minErr): rename sce/isecrurl to sce/insecurl
2013-08-08 10:22:32 -07:00
Igor Minar
3ab579a2a6
docs(minErr): improve sce/itype.ngdoc
2013-08-08 10:21:26 -07:00
Brian Ford
5d3744ad9b
docs(minErr): add minErr description for $compile:ctreq
...
Closes #3423
2013-08-08 10:11:56 -07:00
Ken Sheedlo
e4b6a1eaa4
docs(minerr): fill in error message descriptions
...
Errors I've documented so far:
- `$injector:cdep`
- `$injector:itkn`
- `$injector:modulerr`
- `$injector:nomod`
- `$injector:pget`
- `$injector:unpr`
- `ng:areq`
- `ng:cpi`
- `ng:cpws`
- `ngModel:noass`
Closes #3430
2013-08-07 21:36:59 -07:00
Ken Sheedlo
7f14cdeeb5
docs(minerr): add description for $rootScope:infdig
2013-08-07 15:26:27 -07:00
Brian Ford
a02aaf1709
docs(minErr): add minErr description for $compile:tpload
...
Closes #3427
2013-08-07 10:45:11 -07:00
naomiblack
ad2b8c5bd4
docs(error): updated description for ngPattern/noregexp.ngdoc
2013-08-07 09:50:38 -07:00
naomiblack
e4530d11fb
docs(error): added description for ngOptions/iexp.ngdoc
...
Closes #3431
2013-08-07 09:47:13 -07:00
naomiblack
88037ad688
docs(error): added description for ngSanitize/badparse.ngdoc
...
Closes #3438
2013-08-07 09:43:14 -07:00
Igor Minar
e38bf59aab
docs(minErr): improve $parse/isecfn
2013-08-07 09:32:23 -07:00
James deBoer
e21f252aa7
docs(minerr): Adds a description for parser.lexerr
...
Closes #3433
2013-08-07 09:30:04 -07:00
James deBoer
03475194d8
docs(minerr): Adds a description for parser.syntax
...
Closes #3434
2013-08-07 09:28:24 -07:00
James deBoer
68d79d560e
docs(minerr): Adds a description for parser.ueoe
...
Closes #3435
2013-08-07 09:26:04 -07:00
James deBoer
3b89e4eef1
docs(minerr): Adds a description for ngRepeat.dupes
...
Closes #3439
2013-08-07 09:22:21 -07:00
James deBoer
fe187674b5
docs(minerr): Adds a description for ngRepeat.iexp
...
Closes #3440
2013-08-07 09:11:15 -07:00
James deBoer
446ee4ea19
docs(minerr): Adds a description for ngRepeat.iidexp
...
Closes #3441
2013-08-07 09:05:12 -07:00
James deBoer
63b6c5b3f2
docs(mirErr): add a description for $parse.isecfld and isecfn
2013-08-07 08:49:56 -07:00
Mark Campbell
fda5eb7ebc
docs(guide/controller): fix wording in list of 'Do not use'
...
Wording has been changed in two of the examples to read naturally.
For example:
From: 'Do not use controllers for to run stateless or stateful code
shared across controllers'
To: 'Do not use controllers for sharing stateless or stateful code
across controllers'
Closes #3454
2013-08-03 22:05:33 +01:00
Matias Niemelä
6e8bd786ba
fix(ngAnimate): remove compound JS selector animations
2013-08-03 00:46:17 -07:00
Misko Hevery
52a7c351c9
docs(compile/iscp): description for compile/iscp error
2013-08-02 23:52:21 -07:00