Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ git clone https://github.com/angularify/angular-semantic-ui.git
Than go to the `angular-semantic-ui` directory and install dependencies:

```
$ npm install && bower install
$ npm install
```

Then execute:
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-semantic-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ angular.module('angularify.semantic.dimmer', [])
//
scope.$watch('model', function(val){
if (val == false || val == undefined)
return;
scope.dimmer_class = 'ui page dimmer';
else
scope.dimmer_class = 'ui page active dimmer';
});
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-semantic-ui.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"type": "git",
"url": "https://github.com/angularify/angular-semantic-ui.git"
},
"scripts": {
"postinstall": "bower install"
},
"licenses": [
{
"type": "MIT",
Expand All @@ -40,4 +43,4 @@
"semver": "~2.2.0",
"shelljs": "~0.2.0"
}
}
}