angular-faux-loader

1.1.0 • Public • Published

angular-faux-loader

Small utility directive for displaying a loading message while content/data is coming in.

NPM

Installation

Installation is super easy, simply add the dependency to your build and add to your your input

# use npm
$ npm install angular-faux-loader

Add angular-faux-loader to your dependencies

angular
  .module('yourApp', ['ngLoader', require('angular-faux-loader')])
  .controller('SampleController', function () {})

Finally in your template you can add

<loader message="Loading..." min="100" loader-value="{{otherValue}}"></loader>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i angular-faux-loader

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • hanford