Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 7e80b14

Browse files
committed
Update doc (RequireJS not supported) #58
1 parent 673f72c commit 7e80b14

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ See [github page](https://l-lin.github.io/angular-datatables).
7272
Additional notes
7373
----------------
7474

75+
* [RequireJS](http://requirejs.org/) is not supported.
7576
* Each time a datatable is rendered, a message is sent to the parent scopes with the id of the table and the DataTable itself.
7677

7778
For instance, for the given dataTable:

demo/partials/getting_started.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ <h3>Installation</h3>
6262
<section>
6363
<h3>Additional Notes</h3>
6464
<ul>
65+
<li>
66+
<a href="http://requirejs.org/">RequireJS</a> is not supported.
67+
</li>
6568
<li>
6669
<p>
6770
Each time a datatable is rendered, a message is sent to the parent scopes with the id of the table and the DataTable itself.

0 commit comments

Comments
 (0)