UNPKG

@df-legacy/angular-ladda

Version:

An angular directive wrapper for Ladda.

12 lines (11 loc) 190 B
/** * bootstraps angular onto the window.document node */ define([ 'require', 'angular', 'app' ], function (require, ng) { 'use strict'; ng.bootstrap(document, ['testApp']); });