angular-theme-spinner
=============
angular-theme-spinner is used for displaying loading indicator while data in specific area is loading.
Install
bower install --save angular-theme-spinner
Usage
//plain javascriptvar mod = angular; //commonjsvar angular = ;;var mod = angular; //AMD;//If you are using requirejs, please notice that you have the path config that specify `angular-theme-spinner` to the javascript file
API
Attribute | Type | Required | Description |
---|---|---|---|
theme | string(expression) | YES | tailing , audio-wave , windcatcher , spinner-section , spinner-section-far , circular , initspin can be used |
display | boolean(expression) | YES | used to display the spinner or not |
size | string(expression) | YES | size-sm , size-md , size-lg can be used |
See full featured demo: angular-theme-spinner