SHARE
TWEET

ezdzedzdzd

a guest Jul 21st, 2014 179 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * Created by shen on 07/06/14.
  3.  */
  4. /**
  5.  * Just an example controller to show information about one book.
  6.  */
  7. (function() {
  8.     'use strict';
  9.     angular.module('app.admin.absence',[])
  10.         .controller('adminAbsenceCtrl',
  11.         [
  12.             '$scope','currentUser','$sailsSocket','Storage','logger','$modal',
  13.             function($scope,currentUser,$sailsSocket,Storage,logger,$modal) {
  14.                 $scope.avatarUrl = 'http://localhost:8080/avatars/';
  15.             }
  16.         ]
  17.     )
  18. }());
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top