Skip to content

Commit b5b3bd6

Browse files
committed
update readme.md, fix bug with angular-material version
1 parent f0d54f5 commit b5b3bd6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Clone project:
1616
Install dependencies:
1717

1818
$ npm install
19+
20+
Install gem 'sass'
21+
22+
$ gem install sass
1923

2024
Run development web-server:
2125

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"angular-touch": "~1.3.4",
1212
"angular-sanitize": "~1.3.4",
1313
"angular-ui-router": "~0.2.13",
14-
"angular-material": "~0.10.0",
14+
"angular-material": "0.10.0",
1515
"angular": "1.3.15",
1616
"angular-nvd3": "1.0.0-rc.2"
1717
},

0 commit comments

Comments
 (0)