http://www.pptbackgrounds.net/elegant-grey-illumination-background-presentations-backgrounds.html
var nothing = new (Backbone.Collection.extend({
model: Backbone.Model
}))();
$scope.nothing = [];
An elegant API should feel
That's why I decided to roll my own solution...
...despite of many existing solutions
angular.module('app', [
'ngStorage'
]).controller('Ctrl', function(
$scope,
$localStorage
){
$scope.$storage = $localStorage;
});
$localStorage / $sessionStorage
{
$default: function
$reset: function
...
}
Points of Interest
factory('$sessionStorage', _storageFactory('sessionStorage'));
Undocumented Service