1.0.0 • Published 10 years ago
qipp-services-template v1.0.0
qipp-services-template

General
The loadTemplate factory is simple template supplier based upon the $templateCache service and the $http one.
Install
npm i qipp-services-templateAngular usage
The loadTemplate() method is a promise, either relying on the $http one if the needed template had never been loaded before, or on the $templateCache one if not:
loadTemplate('path/to/template').then(function (template) {
// Do something with the template.
})Tools
Linting with StandardJS
Please refer to the JavaScript Standard Style for general rules.
npm run lintUnit testing with Karma
npm testRequirements
Angular
- angular 1.4.3
Licence
Released under the MIT license by qipp.