Closed henrahmagix closed 8 years ago
This should complete the filesystem part of the issue:
mkdir src/templates/angular-input-fields
git mv src/templates/* src/templates/angular-input-fields/
And then find-replace
s/templates\/type/templates\/angular-input-fields\/type/g
Good idea
@grahamgilchrist It would really nice this one
Fixed by #16
@wytrych If you edit a pull-request's description (first comment) and put Fix #4
in there, it will automatically close this issue once the pull-request is merged (if it's being merged into the default branch).
templates/type/my-input.html
should betemplates/angular-input-fields/type/my-input.html
so that a project with a templates path oftype/
doesn't get clobbered by this library, or vice versa: this library doesn't clobber a project'stype/
templates path.This will be a breaking change.