SHARE
TWEET
ezdzedzdzd
a guest
Jul 21st, 2014
179
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- /**
- * Created by shen on 07/06/14.
- */
- /**
- * Just an example controller to show information about one book.
- */
- (function() {
- 'use strict';
- angular.module('app.admin.absence',[])
- .controller('adminAbsenceCtrl',
- [
- '$scope','currentUser','$sailsSocket','Storage','logger','$modal',
- function($scope,currentUser,$sailsSocket,Storage,logger,$modal) {
- $scope.avatarUrl = 'http://localhost:8080/avatars/';
- }
- ]
- )
- }());
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.

