Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Support for npm with templates included #2152

Merged
merged 2 commits into from
Jan 26, 2017
Merged

Support for npm with templates included #2152

merged 2 commits into from
Jan 26, 2017

Conversation

7-AM
Copy link

@7-AM 7-AM commented Aug 5, 2016

Gives the ability to require('angular-strap') with no conflicts or errors on npm projects.
The templates are already include.
ex:

var angularStrap = require('angular-strap');

angular
  .module('app', [
     angularStrap
  ]);

@7-AM 7-AM changed the title Support for npm Support for npm with templates included Aug 5, 2016
@mgcrea mgcrea merged commit 7b9a503 into mgcrea:master Jan 26, 2017
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