Skip to content

Commit 3d12414

Browse files
committed
added more of the demo files
1 parent 120924a commit 3d12414

File tree

5 files changed

+30693
-2
lines changed

5 files changed

+30693
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function(grunt) {
3131
options: {
3232
livereload: true,
3333
port: 9000,
34-
open: 'http://localhost:<%= connect.options.port %>/demo/tree-control.html'
34+
open: 'http://localhost:<%= connect.options.port %>/index.html'
3535
},
3636
server: {
3737
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma.conf.js"
1313
],
1414
"dependencies": {
15-
"angular": "~1.2.6"
15+
"angular": "~1.2.7"
1616
},
1717
"devDependencies": {
1818
"angular-mocks": "~1.2.7",

0 commit comments

Comments
 (0)