File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 110.0.2 [ WiP]
22=============================
3+ * Added Wizard directive
4+ * fixes to dropdown to update model, and allow for {{variables}} as title
5+ * code clean up and grunt task optimization
36
470.0.1 [ Released]
58=============================
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ Contributors:
55 * [ Nikita K.] ( https://github.com/Mendor )
66 * [ StudioThree10] ( https://github.com/studiothree10 )
77 * [ cgroner] ( https://github.com/cgroner )
8+ * [ solcates] ( https://github.com/solcates )
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ module.exports = function(grunt) {
2727 'src/sidebar/sidebar.js' ,
2828 'src/rating/rating.js' ,
2929 'src/wizard/wizard.js' ,
30- 'src/wizard/wizardButtons.js'
3130 ] ,
3231 dest : '<%= dist %>/<%= filename %>.js'
3332 }
Original file line number Diff line number Diff line change 66 " angular" ,
77 " ui"
88 ],
9- "homepage" : " http://0xAX .github.io/angular-semantic-ui" ,
10- "bugs" : " https://github.com/angularify /angular-semantic-ui" ,
9+ "homepage" : " http://solcates .github.io/angular-semantic-ui" ,
10+ "bugs" : " https://github.com/solcates /angular-semantic-ui" ,
1111 "author" : {
1212 "name" : " Alex Kuleshov" ,
1313 "url" : " https://github.com/0xAX"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " https://github.com/angularify /angular-semantic-ui.git"
17+ "url" : " https://github.com/solcates /angular-semantic-ui.git"
1818 },
1919 "licenses" : [
2020 {
2121 "type" : " MIT" ,
22- "url" : " https://github.com/angularify /angular-semantic-ui/blob/master/LICENSE.md"
22+ "url" : " https://github.com/solcates /angular-semantic-ui/blob/master/LICENSE.md"
2323 }
2424 ],
2525 "main" : [
26- " dist/angular-semantic-ui.min. js" ,
27- " dist/angular-semantic-ui.tpl. min.js"
26+ " dist/angular-semantic-ui.js" ,
27+ " dist/angular-semantic-ui.min.js"
2828 ],
2929 "ignore" : [
3030 " docs" ,
3434 "dependencies" : {
3535 "angular" : " latest" ,
3636 "angular-mocks" : " latest" ,
37- "angular-sanitize" : " latest" ,
3837 "semantic" : " latest"
3938 },
4039 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments