This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A warning occurred (42 apples) | |
An error occurred |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var juniteApp = angular.module('junite', ['ngRoute', 'ngTouch', 'toaster', 'LocalStorageModule', 'junite-Service', 'junite-directives', 'juniteController', 'socialapp', 'pascalprecht.translate', 'loginController', 'loginService', 'lib-ui', 'textAngular', 'blogapp', 'jgive','ngCordova','ngTwitter','ngCordovaOauth']); | |
juniteApp.run(function ($rootScope, $location, localStorageService, $window, $route, toaster, checkConnection, $translate, juniteService) { | |
// Push custom app vars | |
$rootScope.is_custom = (custom_app.LOGINURL.length > 0); | |
$rootScope.custom_app = custom_app; | |
// $rootScope.messages = message; | |
$rootScope.fbConnect = false; | |
// Initialize loader object | |
$rootScope.loader = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="overlay ng-scope overlay-show" id="albumphots_dialog" toggleable="" parent-active-class="overlay-in" active-class="overlay-show"> | |
<div class="navbar navbar-app navbar-absolute-top"> | |
<div class="btn-group pull-left pullLeftWidthAlbum"> | |
<div class="btn btn-navbar divOverflow" ng-hide="addPhotoDiv"> | |
<span ng-click="toggleAction('albumphots_dialog'); | |
title = 'albums'"> | |
<i class="fa fa-chevron-left"></i> | |
{{ title | uppercase }} | |
</span> | |
</div> |