Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Fix to work with custom $interpolationProvider #21

Merged
merged 3 commits into from
Dec 18, 2014

Conversation

ebrentnelson
Copy link
Contributor

This fixes the issue found here: #18

Simply replaced the hard-coded interpolation symbols {{ and }} with the dynamic $interpolationProvider.startSymbol() and $interpolationProvider.endSymbol().

I updated minified version of library, but it's probably not ideal. I was unsure what was previously used.

ebn

Remove hardcoded interpolate symbols and replace with dynamic ones.
Without stringifying the injected provider, we'd lose it in the minification process.
I didn't know what minification process was used previously. Went with closure compiler to do this.
@GabrielDelepine
Copy link
Owner

Thanks. I merged other commits so the minified file will don't contain all of them. I will fix it later with the new release.

GabrielDelepine pushed a commit that referenced this pull request Dec 18, 2014
Fix to work with custom $interpolationProvider
@GabrielDelepine GabrielDelepine merged commit bdaa006 into GabrielDelepine:main Dec 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants