peppelorum

Untitled

May 18th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.          addStuff: function(thing) {
  2.             $rootScope.$apply(function() {
  3.                 service.stuff.push(thing);
  4.                 $rootScope.$broadcast('json.update');
  5.             });
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment