-
Notifications
You must be signed in to change notification settings - Fork 87
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
Showing
21 changed files
with
33 additions
and
22 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 @@ | ||
{ | ||
"name": "angular-restmod", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"authors": [ | ||
"Ignacio Baixas <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
@@ -2038,6 +2038,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func | |
var mappings = [ | ||
{ fun: 'attrDefault', sign: ['init'] }, | ||
{ fun: 'attrMask', sign: ['ignore'] }, | ||
{ fun: 'attrMask', sign: ['mask'] }, | ||
{ fun: 'attrMap', sign: ['map', 'force'] }, | ||
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] }, | ||
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] }, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
@@ -1800,6 +1800,7 @@ RMModule.factory('RMBuilder', ['$injector', 'inflector', '$log', 'RMUtils', func | |
var mappings = [ | ||
{ fun: 'attrDefault', sign: ['init'] }, | ||
{ fun: 'attrMask', sign: ['ignore'] }, | ||
{ fun: 'attrMask', sign: ['mask'] }, | ||
{ fun: 'attrMap', sign: ['map', 'force'] }, | ||
{ fun: 'attrDecoder', sign: ['decode', 'param', 'chain'] }, | ||
{ fun: 'attrEncoder', sign: ['encode', 'param', 'chain'] }, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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 @@ | ||
/** | ||
* API Bound Models for AngularJS | ||
* @version v1.1.10 - 2015-10-24 | ||
* @version v1.1.11 - 2015-10-26 | ||
* @link https://github.com/angular-platanus/restmod | ||
* @author Ignacio Baixas <[email protected]> | ||
* @license MIT License, http://www.opensource.org/licenses/MIT | ||
|
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