derp-tag
v0.0.8
Published
simple test project
Readme
Derp Tag
The derp tag project!
Usage
- Set your npm registry to the internal one.
npm set registry http://tovalrsv01.cibg.tdbank.ca:8118
- Install the derp-tag npm package.
npm install derp-tag --save
- Add the DerpTag Module in your AngularJs app.
angular.module('YOUR_PROJECT_MODULE', ['DerpTag', ... ]);
- Try to add the derp-tag tag to an html template.
<derp-tag></derp-tag>
