Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added gulp-angular-embed-templates to embed templates from templateURL #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2016

  1. Update _package.json

    Added gulp-angular-embed-templates so that one does not have to use absolute paths for templateURL for modal windows.
    SamarRizvi committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    eaeb2a4 View commit details
    Browse the repository at this point in the history
  2. Update compile-source.js

    Added embedTemplates which embeds templates whereever templateURL is found so that one does not have to use absolute paths for templateURL for modal windows.
    SamarRizvi committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    539f8db View commit details
    Browse the repository at this point in the history
  3. Update watch.js

    Added Compile source for html so that whenever a physical template html file changes, the resulting template is automatically embedded into where templateURL is used.
    SamarRizvi committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    14e59a6 View commit details
    Browse the repository at this point in the history