Skip to content

marco64bit/AngularDirectives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set up

if you use AngularJs, you must include the directive in your project followind this steps:

1 - include .js file in your directive folder 2 - include .css file in your scripts folder 3 - include .html file in your views/inc folder

Social component

display responsive flex social buttons on your app

require : fontawesome fonts http://fontawesome.io/

example :

<social-bar vertical="false">
<social-facebook title=""></social-facebook>
<social-email></social-email>
<social-twitter ></social-twitter>
<social-google></social-google>
</social-bar>

social-bar contain social button

  • vertical [true|false]: display your social buttons in vertical position or horizontal position

social -[facebook,email,twitter,google] social button type
  • title : add an additional text inside a single button

Alphabetical component

filter a list of item for A,B,C,D,E....Z

example :

<alphabetical case="UPPER" step="2" row="false"></alphabetical>

alphabetical contain alphabet letters

  • case[UPPER,lower]: set alphabet in UPPER or lower case
  • step[number ]: define next and prev slide step
  • row[true|false] display item in vertical position or horizontal position

in parent scope you find $scope.active to filter your list

About

tests

Resources

Stars

Watchers

Forks

Packages

No packages published