Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Foxandxss/sails-angular-jwt-example
/ functions
Functions
528 in github.com/Foxandxss/sails-angular-jwt-example
⨍
Functions
528
◇
Types & classes
0
Function
$IntervalProvider
()
assets/js/dependencies/angular.js:8852
Function
$IsStateFilter
($state)
assets/js/dependencies/angular-ui-router.js:3051
Function
$LocaleProvider
* @ngdoc service * @name $locale * * @description * $locale service provides localization rules for various Angular components. As of right now th
assets/js/dependencies/angular.js:9046
Function
$LocationProvider
* @ngdoc provider * @name $locationProvider * @description * Use the `$locationProvider` to configure how the application deep linking paths are st
assets/js/dependencies/angular.js:9654
Function
$LogProvider
* @ngdoc provider * @name $logProvider * @description * Use the `$logProvider` to configure how the application logs messages
assets/js/dependencies/angular.js:9902
Function
$ParseProvider
* @ngdoc provider * @name $parseProvider * @function * * @description * `$parseProvider` can be used for configuring the default behavior of the
assets/js/dependencies/angular.js:11165
Function
$QProvider
* @ngdoc service * @name $q * @requires $rootScope * * @description * A promise/deferred implementation inspired by [Kris Kowal's Q](https://gith
assets/js/dependencies/angular.js:11466
Function
$Resolve
( $q, $injector)
assets/js/dependencies/angular-ui-router.js:272
Function
$RootScopeProvider
* @ngdoc service * @name $rootScope * @description * * Every application has a single root {@link ng.$rootScope.Scope scope}. * All other scopes
assets/js/dependencies/angular.js:11921
Function
$RouteProvider
( $stateProvider, $urlRouterProvider)
assets/js/dependencies/angular-ui-router.js:3096
Function
$SceDelegateProvider
* @ngdoc provider * @name $sceDelegateProvider * @description * * The `$sceDelegateProvider` provider allows developers to configure the {@link ng
assets/js/dependencies/angular.js:13241
Function
$SceProvider
()
assets/js/dependencies/angular.js:13772
Function
$SnifferProvider
* !!! This is an undocumented "private" service !!! * * @name $sniffer * @requires $window * @requires $document * * @property {boolean} history
assets/js/dependencies/angular.js:14185
Function
$StateActiveDirective
($state, $stateParams, $interpolate)
assets/js/dependencies/angular-ui-router.js:3003
Function
$StateProvider
( $urlRouterProvider, $urlMatcherFactory, $locationProvider)
assets/js/dependencies/angular-ui-router.js:1216
Function
$StateRefDirective
($state, $timeout)
assets/js/dependencies/angular-ui-router.js:2891
Function
$TemplateCacheProvider
* @ngdoc service * @name $templateCache * * @description * The first time a template is used, it is loaded in the template cache for quick retriev
assets/js/dependencies/angular.js:5136
Function
$TemplateFactory
( $http, $templateCache, $injector)
assets/js/dependencies/angular-ui-router.js:516
Function
$TimeoutProvider
()
assets/js/dependencies/angular.js:14262
Function
$UrlMatcherFactory
* @ngdoc object * @name ui.router.util.$urlMatcherFactory * * @description * Factory for {@link ui.router.util.type:UrlMatcher} instances. The fac
assets/js/dependencies/angular-ui-router.js:878
Function
$UrlRouterProvider
( $urlMatcherFactory)
assets/js/dependencies/angular-ui-router.js:935
Function
$ViewDirective
( $state, $injector, $uiViewScroll)
assets/js/dependencies/angular-ui-router.js:2637
Function
$ViewDirectiveFill
($compile, $controller, $state)
assets/js/dependencies/angular-ui-router.js:2767
Function
$ViewProvider
()
assets/js/dependencies/angular-ui-router.js:2400
Function
$ViewScrollProvider
* @ngdoc object * @name ui.router.state.$uiViewScrollProvider * * @description * Provider that returns the {@link ui.router.state.$uiViewScroll} s
assets/js/dependencies/angular-ui-router.js:2477
Function
$WindowProvider
* @ngdoc service * @name $window * * @description * A reference to the browser's `window` object. While `window` * is globally available in JavaS
assets/js/dependencies/angular.js:14488
Function
$get
( $rootScope, $q, $view, $injector, $resolve, $stateParams, $location, $urlRouter, $browser)
assets/js/dependencies/angular-ui-router.js:1732
Function
$watchCollectionAction
()
assets/js/dependencies/angular.js:12410
Function
$watchCollectionWatch
()
assets/js/dependencies/angular.js:12339
Function
Attributes
(element, attr)
assets/js/dependencies/angular.js:5794
Function
Browser
* @param {object} window The global window object. * @param {object} document jQuery wrapped document. * @param {function()} XHR XMLHttpRequest cons
assets/js/dependencies/angular.js:4384
Function
Constructor
()
assets/js/dependencies/angular.js:3983
Function
D
()
assets/js/dependencies/sails.io.js:2
Function
FormController
(element, attrs, $scope, $animate)
assets/js/dependencies/angular.js:16087
Function
HashMap
* HashMap which can use objects as keys
assets/js/dependencies/angular.js:3149
Function
JWR
* The JWR (JSON WebSocket Response) received from a Sails server. * * @api private * @param {Object} responseCtx * => :b
assets/js/dependencies/sails.io.js:304
Function
Lexer
(options)
assets/js/dependencies/angular.js:10134
Function
LocationHashbangInHtml5Url
* LocationHashbangUrl represents url * This object is exposed as $location service when html5 history api is enabled but the browser * does not supp
assets/js/dependencies/angular.js:9356
Function
LocationHashbangUrl
* LocationHashbangUrl represents url * This object is exposed as $location service when developer doesn't opt into html5 mode. * It also serves as t
assets/js/dependencies/angular.js:9263
Function
LocationHtml5Url
* LocationHtml5Url represents an url * This object is exposed as $location service when HTML5 mode is enabled and supported * * @constructor * @pa
assets/js/dependencies/angular.js:9195
Function
Parser
(lexer, $filter, options)
assets/js/dependencies/angular.js:10408
Function
Scope
* @ngdoc type * @name $rootScope.Scope * * @description * A root scope can be retrieved using the {@link ng.$rootScope $rootScope}
assets/js/dependencies/angular.js:11976
Function
TmpSocket
* TmpSocket * * A mock Socket used for binding events before the real thing * has been instantiated (since we need to use io.connect()
assets/js/dependencies/sails.io.js:111
Function
UrlMatcher
* @ngdoc object * @name ui.router.util.type:UrlMatcher * * @description * Matches URLs against patterns and extracts named parameters from the pat
assets/js/dependencies/angular-ui-router.js:672
Function
afterAnimation
()
assets/js/dependencies/angular.js:20504
Function
all
* @ngdoc method * @name $q#all * @function * * @description * Combines multiple promises into a single promise that is resolved when al
assets/js/dependencies/angular.js:11790
Function
ampmGetter
(date, formats)
assets/js/dependencies/angular.js:15102
Function
byPriority
* Sorting function for bound directives.
assets/js/dependencies/angular.js:6941
Function
cacheFactory
(cacheId, options)
assets/js/dependencies/angular.js:4829
Function
checkboxInputType
(scope, element, attr, ctrl)
assets/js/dependencies/angular.js:17712
Function
constant
(name, value)
assets/js/dependencies/angular.js:3854
Function
controllersBoundTransclude
(scope, cloneAttachFn)
assets/js/dependencies/angular.js:6720
Function
currencyFilter
($locale)
assets/js/dependencies/angular.js:14889
Function
decorator
(serviceName, decorFn)
assets/js/dependencies/angular.js:3860
Function
decorator
(name, func)
assets/js/dependencies/angular-ui-router.js:1550
Function
defaultCallback
(value)
assets/js/dependencies/angular.js:11765
Function
defaultErrback
(reason)
assets/js/dependencies/angular.js:11770
Function
directiveLinkingFn
( /* nodesetLinkingFn */ nodesetLinkingFn, /* angular.Scope */ scope, /* Node */ node, /* Element */ r
assets/js/dependencies/angular.js:7192
Function
dismissClickHandler
(evt)
assets/js/dependencies/ui-bootstrap-tpls-0.11.0.js:3715
Function
documentClickBind
(event)
assets/js/dependencies/ui-bootstrap-tpls-0.11.0.js:1520
Function
emailInputType
(scope, element, attr, ctrl, $sniffer, $browser)
assets/js/dependencies/angular.js:17677
Function
emailValidator
(value)
assets/js/dependencies/angular.js:17680
Function
escapeKeyBind
( evt )
assets/js/dependencies/ui-bootstrap-tpls-0.11.0.js:1644
Function
eventHandler
(event, type)
assets/js/dependencies/angular.js:2826
Function
filterFilter
* @ngdoc filter * @name filter * @function * * @description * Selects a subset of items from `array` and returns it as a new array. * * @param
assets/js/dependencies/angular.js:14735
Function
fireUrlChange
()
assets/js/dependencies/angular.js:4544
Function
fnInvoke
(self, locals, input)
assets/js/dependencies/angular.js:10605
Function
getStringValue
()
assets/js/dependencies/angular.js:19072
Function
getText
(element, value)
assets/js/dependencies/angular.js:2740
Function
handleFormSubmission
(event)
assets/js/dependencies/angular.js:16442
Function
holderType
(trustedValue)
assets/js/dependencies/angular.js:13354
Function
identity
* @ngdoc function * @name angular.identity * @module ng * @function * * @description * A function that returns its first argument. This function
assets/js/dependencies/angular.js:481
Function
initWatchVal
* function used as an initial value for watchers. * because it's unique we can easily tell it apart from other values
assets/js/dependencies/angular.js:13037
Function
instantiate
(Type, locals, serviceName)
assets/js/dependencies/angular.js:3982
Function
interval
* @ngdoc service * @name $interval * * @description * Angular's wrapper for `window.setInterval`. The `fn` function is execute
assets/js/dependencies/angular.js:8981
Function
isBoolean
(value)
assets/js/dependencies/angular.js:651
Function
isElement
* @ngdoc function * @name angular.isElement * @module ng * @function * * @description * Determines if a reference is a DOM element (or wrapped j
assets/js/dependencies/angular.js:683
Function
isLeafNode
(node)
assets/js/dependencies/angular.js:770
Function
jqLiteController
(element, name)
assets/js/dependencies/angular.js:2543
Function
jqLiteData
(element, key, value)
assets/js/dependencies/angular.js:2472
Function
jqLiteEmpty
(element)
assets/js/dependencies/angular.js:2570
Function
jsonFilter
* @ngdoc filter * @name json * @function * * @description * Allows you to convert a JavaScript object into JSON string. * * This filter is
assets/js/dependencies/angular.js:15325
Function
keydown
(evt, noApply)
assets/js/dependencies/ui-bootstrap-tpls-0.11.0.js:1528
Function
keys
* IE8-safe wrapper for `Object.keys()`. * * @param {Object} object A JavaScript object. * @return {Array} Returns the keys of the object as an arra
assets/js/dependencies/angular-ui-router.js:65
Function
limitToFilter
* @ngdoc filter * @name limitTo * @function * * @description * Creates a new array or string containing only a specified number of elements. The
assets/js/dependencies/angular.js:15422
Function
manualLowercase
(s)
assets/js/dependencies/angular.js:210
Function
manualUppercase
(s)
assets/js/dependencies/angular.js:216
Function
maxLengthValidator
(value)
assets/js/dependencies/angular.js:17510
Function
maxValidator
(value)
assets/js/dependencies/angular.js:17608
Function
minLengthValidator
(value)
assets/js/dependencies/angular.js:17499
Function
minValidator
(value)
assets/js/dependencies/angular.js:17596
Function
newTransitionDone
()
assets/js/dependencies/ui-bootstrap-tpls-0.11.0.js:112
Function
ngListDirective
()
assets/js/dependencies/angular.js:18655
Function
ngModelDirective
()
assets/js/dependencies/angular.js:18468
Function
ngModelOptionsDirective
()
assets/js/dependencies/angular.js:18878
Function
ngValueDirective
()
assets/js/dependencies/angular.js:18747
Function
nodesetLinkingFn
* Closure compiler type information
assets/js/dependencies/angular.js:7185
Function
noop
* @ngdoc function * @name angular.noop * @module ng * @function * * @description * A function that performs no operations. This function can be
assets/js/dependencies/angular.js:461
Function
numberFilter
($locale)
assets/js/dependencies/angular.js:14949
Function
numberInputType
(scope, element, attr, ctrl, $sniffer, $browser)
assets/js/dependencies/angular.js:17621
← previous
next →
401–500 of 528, ranked by callers