1- ===== TypeScript Sample: Todo MVC =====
1+ # TypeScript Sample: Todo MVC
22
3- === Overview ===
3+ ## Overview
44
55This sample shows an implementation of the Backbone.js TODO sample derived from
66https://github.com/documentcloud/backbone/tree/master/examples/todos . The following
@@ -9,16 +9,19 @@ TypeScript integration points are highlighted:
99- jQuery: Using jQuery for all DOM manipulation
1010
1111
12- === Running ===
12+ ## Running
13+ ```
1314tsc --sourcemap js\todos.ts
1415start index.html
16+ ```
1517
16- === Caveats ===
18+ ## Caveats
1719
20+ ```
1821This sample uses local storage and will not run properly on Internet Explore if run
1922from the local filesystem. Instead, host the sample from a web server (eg. IIS).
2023
21- ------------------------------------------------------------------------------------------
24+
2225Microsoft grants you the right to use these script files under the Apache 2.0 license.
2326Microsoft reserves all other rights to the files not expressly granted by Microsoft,
2427whether by implication, estoppel or otherwise. The copyright notices and MIT licenses
@@ -37,7 +40,10 @@ ANY KIND, either express or implied.
3740
3841See the License for the specific language governing permissions and limitations
3942under the License.
40- ------------------------------------------------------------------------------------------
43+ ```
44+
45+
46+ ```
4147Provided for Informational Purposes Only
4248MIT License
4349Permission is hereby granted, free of charge, to any person obtaining a copy of this
@@ -55,3 +61,4 @@ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
5561FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
5662OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5763DEALINGS IN THE SOFTWARE.
64+ ```
0 commit comments