Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): makes $build use $extend.
BREAKING CHANGE: $build no longer copies properties that start with $. To migrate existing calls that need to copy properties that start with $ use angular.extend(Model.$new(), init_data) instead.
- Loading branch information