Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
little tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed May 27, 2015
1 parent fd156fc commit 66d5b09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/angular-locker.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
bind: function ($scope, key, def) {
if (! _defined( $scope.$eval(key) )) {
$parse(key).assign($scope, this.get(key, def));
if (! this.has(key)) this.put(key, def);
this.add(key, def);
}

var self = this;
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-locker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66d5b09

Please sign in to comment.