angular.Module
  • References/JavaScript/AngularJS/ng types

type in module ng

2025-01-10 15:47:30
angular.Module.controller()
  • References/JavaScript/AngularJS/ng types/angular

controller(name, constructor); See $controllerProvider

2025-01-10 15:47:30
angular.Module.provider()
  • References/JavaScript/AngularJS/ng types/angular

provider(name, providerType); See $provide.provider(). Parameters

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$formatters Array.<Function>

2025-01-10 15:47:30
$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$watchGroup(watchExpressions, listener); A variant of

2025-01-10 15:47:30
$compile.directive.Attributes.
  • References/JavaScript/AngularJS/ng types/compile

$addClass(classVal); Adds the CSS class value specified by the classVal parameter to the element. If animations are enabled then an

2025-01-10 15:47:30
$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$watchCollection(obj, listener); Shallow watches the properties of an object and fires whenever any of the properties change (for arrays

2025-01-10 15:47:30
$cacheFactory.Cache.removeAll()
  • References/JavaScript/AngularJS/ng types/cacheFactory

removeAll(); Clears the cache object of any entries.

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$pristine boolean True

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$untouched boolean

2025-01-10 15:47:30