Skip to content

TheWebShop/SPVote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SPVote

Voting in SharePoint 2010 done with angularJS
Depends: jQueryUI, ngResource ####Usage####

Your view/voteCtrl will contain any amount of:

<button role='button' ng-click="registerVote(UNQIUE-NUMBER, 'ITEM-NAME')" type="button">

The vote button(s) will call back to SP's list, either writing a new vote (if none exist) or update your vote (if one exists).

TO DO

Lots. This was very quick and dirty implimentation.

  • Genericize the setting vote list
  • Some kind of error handling(!)
  • Better abstraction of user notifications
  • Drop jQuery
  • Turn down the n00b

About

Voting in SharePoint 2010 done with angularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published