This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
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
485246b
commit ed3006a
Showing
3 changed files
with
3 additions
and
3 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
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 @@ | ||
/** | ||
* angular-once - one time bindings for AngularJS | ||
* @version v0.1.5 - 2013-12-11 | ||
* @version v0.1.6 - 2013-12-11 | ||
* @link https://github.com/tadeuszwojcik/angular-once | ||
* @author Tadeusz Wójcik <[email protected]> | ||
* @license WTFPL License, https://github.com/tadeuszwojcik/angular-once/blob/master/LICENSE.txt | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "angular-once", | ||
"author": "Tadeusz Wójcik <[email protected]>", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-bump": "~0.0.1" | ||
|