File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020 'src/checkbox/checkbox.js' , 'src/dimmer/dimmer.js' ,
2121 'src/dropdown/dropdown.js' , 'src/modal/modal.js' ,
2222 'src/popup/popup.js' ,
23- 'src/sidebar/sidebar.js' , 'src/raiting/raiting .js'
23+ 'src/sidebar/sidebar.js' , 'src/rating/rating .js'
2424 ] ,
2525 dest : '<%= dist %>/<%= filename %>-<%= pkg.version %>.js'
2626 }
@@ -50,4 +50,4 @@ module.exports = function(grunt) {
5050 grunt . registerTask ( 'angular-semantic-ui-version' , 'Prints version of angular-semantic-ui.' , function ( ) {
5151 console . log ( 'angular-semantic-ui-0.0.1' ) ;
5252 } ) ;
53- }
53+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Directives
1212 * [ dropdown] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/dropdown )
1313 * [ modal] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/modal )
1414 * [ popup] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/popup )
15- * [ raiting ] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/raiting )
15+ * [ rating ] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/rating )
1616 * [ sidebar] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar )
1717
1818** IMPORTANT** angular-semantic-ui is only 0.0.1, and not production ready.
You can’t perform that action at this time.
0 commit comments