Skip to content

mikebucks/pointed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pointed

A collection of useful and obscure Angular directives.

Use it or lose it

Just include the modules you like in your Angular app's dependencies.

angular.module('myApp', ['pt.focus', 'pt.remaining']) // and so on

Modules

  • Focus - Focuses cursor in text input on view render.
  • Remaining - Character count on textfield.
  • Sticky - Add position: fixed; when element is scrolled to the top of the browser window.

Roadmap

  • Parallax scroll
  • Swipeable

About

A collection of useful and obscure Angular directives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published