-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to 0.1.3, re-duilt with module loading fixes
- Loading branch information
1 parent
9ffe98e
commit 8cf6e57
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ng-promise-status", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"authors": [ | ||
"Barak Chamo <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/*! | ||
* ng-promise-status | ||
* | ||
* Version: 0.1.2 - 2015-05-29T19:47:22.035Z | ||
* Version: 0.1.3 - 2015-06-01T11:55:06.239Z | ||
* License: MIT | ||
*/.the-directive{color:green}.the-directive button{padding:10px;color:#00f} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ng-promise-status", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A collection of promise-aware Angular.js directives and UI elements", | ||
"repository": "[email protected]:BarakChamo/ng-promise-status.git", | ||
"main": "dist/directive.js", | ||
|