Skip to content

Commit 29ce933

Browse files
committed
updated examples
1 parent 95f9693 commit 29ce933

File tree

9 files changed

+45
-4
lines changed

9 files changed

+45
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// PLEASE:
2-
// Do not CREATE/UPDATE/DELETE operations (many thanks)
2+
// !!! Database is readonly !!!
33
// This database uses also: https://github.com/totaljs/demo
44

5-
database : mongodb://totaldemo:DEMO84@ds029979.mongolab.com:29979/totaldemo
5+
database : mongodb://totaldemo:123456@ds029979.mongolab.com:29979/totaldemo
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);

angularjs/definitions/angular.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var options = {};
2+
3+
// www.cdnjs.com
4+
// options['angular-version'] = '1.2.18';
5+
// options['angular-i18n-version'] = '1.2.15';
6+
7+
INSTALL('module', 'https://modules.totaljs.com/angular.js/v1.00/angular.js', options);

angularjs/views/_layout.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
@{ng('angular', 'resource', 'route')}
32

43
<!DOCTYPE html>

webrtc/tmp/js-default.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)