-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc7e906
commit 0319914
Showing
10 changed files
with
16 additions
and
18 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": "apiNG", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/JohnnyTheTank/apiNG", | ||
"authors": [ | ||
"Jonathan Hornung <[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,8 +1,8 @@ | ||
/** | ||
@name: aping | ||
@version: 1.0.0 (14-01-2016) | ||
@version: 1.0.1 (18-01-2016) | ||
@author: Jonathan Hornung <[email protected]> | ||
@url: https://github.com/JohnnyTheTank/apiNG#readme | ||
@url: https://github.com/JohnnyTheTank/apiNG | ||
@license: MIT | ||
*/ | ||
"use strict"; | ||
|
@@ -156,8 +156,7 @@ var apingApp = angular.module('jtt_aping', ['jtt_aping_jsonloader', 'jtt_aping_n | |
|
||
;"use strict"; | ||
|
||
apingApp | ||
.service('apingTimeHelper', function () { | ||
angular.module('jtt_aping').service('apingTimeHelper', function () { | ||
|
||
/** | ||
* parse Timestamp from DateString and do some math | ||
|
@@ -398,7 +397,7 @@ apingApp | |
} | ||
}]);;"use strict"; | ||
|
||
apingApp.service('apingInputObjects', ['apingDefaultSettings', function (apingDefaultSettings) { | ||
angular.module('jtt_aping').service('apingInputObjects', ['apingDefaultSettings', function (apingDefaultSettings) { | ||
|
||
/** | ||
* * return new clean apiNG input object by _type and _params | ||
|
@@ -426,7 +425,7 @@ apingApp.service('apingInputObjects', ['apingDefaultSettings', function (apingDe | |
return inputObject; | ||
} | ||
}]);;"use strict"; | ||
apingApp.service('apingModels', [function () { | ||
angular.module('jtt_aping').service('apingModels', [function () { | ||
/** | ||
* return new clean apiNG model object by _model and _platform | ||
* | ||
|
Large diffs are not rendered by default.
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
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
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