Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. angular
  2. .module('sampleModule', [])
  3. .factory('sampleFactory',[function(){
  4. return {
  5. /*
  6. * define Factory functions here
  7. */
  8. }
  9. }]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement