Luke Schoen
80b0909927
docs(tutorial): improve readability
2014-09-18 16:00:25 -07:00
Christopher Rains
efbb365533
docs(tutorial): fix formatting
...
- proper case "jQuery" vs "JQuery"
- wrap ng-view in markdown code `ng-view`
2014-09-18 15:55:51 -07:00
Peter Bacon Darwin
9cd272ac60
docs(tutorial/steps-11&12): add warning about bower conflict error
...
See: https://github.com/angular/angular-phonecat/issues/163#issuecomment-55181854
2014-09-10 22:52:39 +01:00
Michał Gołębiowski
9e7cb3c375
feat(jQuery): upgrade to jQuery to 2.1.1
...
The data jQuery method was re-implemented in 2.0 in a secure way. This made
current hacky Angular solution to move data between elements via changing the
value of the internal node[jQuery.expando] stop working. Instead, just copy the
data from the first element to the other one.
Testing cache leaks on jQuery 2.x is not possible in the same way as it's done
in jqLite or in jQuery 1.x as there is no publicly exposed data storage. One
way to test it would be to intercept all places where a jQuery object is created
to save a reference to the underlaying node but there is no single place in the
jQuery code through which all element creation passes (there are various
shortcuts for performance reasons). Instead we rely on jqLite.cache testing
to find potential data leaks.
BREAKING CHANGE: Angular no longer supports jQuery versions below 2.1.1.
2014-07-31 22:20:31 +02:00
Juan Manuel Palacios
45fed49abf
docs(tutorial/step_12): clarify that jQuery should be loaded first
...
jQuery needs to be loaded before *all* AngularJS modules in the app,
because otherwise AngularJS will not detect the presence of jQuery and
animations will not work as expected.
2014-06-03 17:40:33 -07:00
venticello
4eb9522f90
docs(tutorial/step-12): fix typo
...
Closes #7596
2014-05-27 23:46:05 -07:00
kalvn
0a3268f106
docs(tutorial): corrected version of jquery installed via bower (step 12)
...
Corrected the version of jquery in the text content.
Closes #7441
2014-05-21 16:29:57 -04:00
Kebabpizza
d8bc44b7e9
docs(tutorial): fix link to bower in step 12
...
Muchas gracias! \o/
Closes #7507
2014-05-18 20:46:54 -04:00
Peter Bacon Darwin
e0e9ccdb79
docs(tutorial): move bower_components into app folder
2014-05-05 20:54:07 +01:00
Peter Bacon Darwin
305696c660
docs(tutorial/step-12): add info about app.css changes
...
Closes https://github.com/angular/angular-phonecat/issues/145
2014-04-27 09:10:10 +01:00
Peter Bacon Darwin
eda00ce23f
docs(tutorial): clarify bower usage
2014-04-24 10:59:04 +01:00
Amin Ogarrio
219648fada
docs(tutorial/step-12): correct file path
...
Fixed wrong file path:
- angular/angular-animate.js -> angular-animate/angular-animate.js, which meets the code in app/index.html
Closes #7168
2014-04-21 16:20:22 -07:00
Amin Ogarrio
b1559be5cf
docs(tutorial): fix typos in examples
...
The phonecatApp and phonecatAnimations modules have a dot where a semicolon should be at the end of the sentence
Closes #7167
2014-04-21 15:09:04 -07:00
jerryfan
02fcac5e04
docs(tutorial/step_12): fix grammar
2014-04-18 18:38:37 -04:00
Peter Bacon Darwin
28453015fc
docs(tutorial): synchronize with angular-phonecat changes
2014-04-04 14:05:24 +01:00
Jan Hancic
7fb88698dc
docs(tutorial/step_12): link to API docs
2014-03-17 14:11:58 -07:00
Chung-Min Cheng
1b9395ea8f
docs(tutorial/step-12): correct application name
...
Fixed wrong app name:
- phonecat -> phonecatApp, which meets the code in app.js
Closes #6611
2014-03-08 18:32:32 +01:00
Caitlin Potter
f7d28cd377
docs(all): convert <pre>/</pre> snippets to GFM snippets
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
bd4ffaba53
docs(bike-shed-migration): change tutorial doctype and add @step tag
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
c7e815f63b
docs(bike-shed-migration): fix up links outside the domain
...
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
2014-02-16 19:03:40 +00:00
matthewhintzen
7cf5544a9f
docs(tutorial): update step_12.ngdoc
...
This time I feel good about this modification to the document, the code listing
on the tutorial page for the animation.js DID NOT match what was actually IN the
file for that branch. Updated tutorial to reflect actual contents of file
Closes #5922
2014-01-21 17:23:05 -08:00
Jay Goldman
1b0718bf89
docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors
...
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
2014-01-06 20:06:27 -05:00
Elwin Arens
fbc5cf514b
docs(tutorial/step-12): fix refernce to incorrect jquery version
...
Closes #5156
2013-12-04 22:36:40 +00:00
Ammar
7f33e1ca89
docs(tutorial/step-12): fix typo
...
Closes #5148
2013-11-27 23:19:02 +00:00
Peter Kosa
dbc6696b68
docs(tutorial/step-12): fix incorrect code filename
...
Closes #4860
2013-11-14 13:10:29 +00:00
Brian Ford
b103fae8c7
docs(tutorial/step12): fix callout formatting
2013-10-11 16:34:37 -07:00
Brian Ford
55998a6371
docs(tutorial/step12): summary link to closing notes
2013-10-11 16:15:36 -07:00
Brian Ford
ad5256452b
feat(tutorial): add step 12 of the phonecat tutorial
2013-10-08 10:49:33 -07:00