$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$applyAsync([exp]); Schedule the invocation of $apply to occur at a later time. The actual time difference varies across browsers, but

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

config(configFn); Use this method to register work which needs to be performed on module loading. For more about how to configure services

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

$commitViewValue(); Commit all form controls pending updates to the $modelValue. Updates may be pending by a debounced

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

$setDirty(); Sets the form to a dirty state. This method can be called to add the 'ng-dirty' class and set the form to a dirty

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

component(name, options); See $compileProvider

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

type in module ng

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

$render(); Called when the view needs to be updated. It is expected that the user of the ng-model directive will implement this method

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

put(key, value); Inserts a named entry into the Cache

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

service(name, constructor); See $provide.service(). Parameters

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

$removeControl(control); Deregister a control from the form. Input elements using ngModelController do this automatically when

2025-01-10 15:47:30