Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: chrome/common/extensions/docs/templates/articles/app_frameworks.html

Issue 11193011: New angular 'getting started' tutorial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/app_frameworks.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_frameworks.html b/chrome/common/extensions/docs/templates/articles/app_frameworks.html
index 29e8b6062a7a5bdbf9b09352427284d97e987716..42765be7f1385d1c5b4a95f54586123d8838ecbb 100644
--- a/chrome/common/extensions/docs/templates/articles/app_frameworks.html
+++ b/chrome/common/extensions/docs/templates/articles/app_frameworks.html
@@ -36,7 +36,7 @@ into a series of independent components following the MVC pattern.
<p>
In the last few years,
a series of JavaScript MVC frameworks have been developed,
-such as <a href="http://backbonejs.org/">backbone.js</a>, <a href="http://emberjs.com/">ember.js</a>, <a href="http://angularjs.org/">AngularJS</a>, <a href="http://sencha.com/">Sencha</a>, <a href="http://kendo.com/">Kendo UI</a>, and more.
+such as <a href="http://backbonejs.org/">backbone.js</a>, <a href="http://emberjs.com/">ember.js</a>, <a href="http://angularjs.org/">AngularJS</a>, <a href="http://sencha.com/">Sencha</a>, <a href="http://www.kendoui.com/">Kendo UI</a>, and more.
While they all have their unique advantages, each one of them follows some form of MVC pattern
with the goal of encouraging developers to write more structured JavaScript code.
</p>
@@ -296,12 +296,12 @@ for writing secure and scalable Chrome packaged apps:
</p>
<ul>
- <li><a href="http://angularjs.org/">AngularJS</a>
- (<a href="https://github.com/GoogleChrome/textdrive-app">Text Drive Reference App</a>)</li>
- <li><a href="http://kendo.com/">Kendo UI</a>
- (<a href="https://github.com/GoogleChrome/kendo-photo-booth-app">Photo Booth Reference App</a>)</li>
- <li><a href="http://www.sencha.com/">Sencha</a>
- (<a href="https://github.com/GoogleChrome/sencha-video-player-app">Video Player Reference App</a>)</li>
+ <li><a href="http://angularjs.org/">AngularJS</a>
+ (<a href="https://github.com/GoogleChrome/textdrive-app">Text Drive Reference App</a> and <a href="angular_framework.html">Build Apps with AngularJS tutorial</a>)</li>
+ <li><a href="http://www.kendoui.com/">Kendo UI</a>
+ (<a href="https://github.com/GoogleChrome/kendo-photo-booth-app">Photo Booth Reference App</a>)</li>
+ <li><a href="http://www.sencha.com/">Sencha</a>
+ (<a href="https://github.com/GoogleChrome/sencha-video-player-app">Video Player Reference App</a> and <a href="sencha_framework.html">Build Apps with Sencha Ext JS tutorial</a>)</li>
</ul>
<h2 id="resources">Useful resources</h2>

Powered by Google App Engine
This is Rietveld 408576698