This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 346
346
* `templateUrl` declaration or manual compilation inside the compile function.
347
347
* </div>
348
348
*
349
- * <div class="alert alert-error ">
349
+ * <div class="alert alert-danger ">
350
350
* **Note:** The `transclude` function that is passed to the compile function is deprecated, as it
351
351
* e.g. does not know about the right outer scope. Please use the transclude function that is passed
352
352
* to the link function instead.
625
625
* @param {string|DOMElement } element Element or HTML string to compile into a template function.
626
626
* @param {function(angular.Scope, cloneAttachFn=) } transclude function available to directives - DEPRECATED.
627
627
*
628
- * <div class="alert alert-error ">
628
+ * <div class="alert alert-danger ">
629
629
* **Note:** Passing a `transclude` function to the $compile function is deprecated, as it
630
630
* e.g. will not use the right outer scope. Please pass the transclude function as a
631
631
* `parentBoundTranscludeFn` to the link function instead.
Original file line number Diff line number Diff line change 9
9
* The `ngInit` directive allows you to evaluate an expression in the
10
10
* current scope.
11
11
*
12
- * <div class="alert alert-error ">
12
+ * <div class="alert alert-danger ">
13
13
* The only appropriate use of `ngInit` is for aliasing special properties of
14
14
* {@link ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below. Besides this case, you
15
15
* should use {@link guide/controller controllers} rather than `ngInit`
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ angular.module('ngCookies').
14
14
*
15
15
* Requires the {@link ngCookies `ngCookies`} module to be installed.
16
16
*
17
- * <div class="alert alert-error ">
17
+ * <div class="alert alert-danger ">
18
18
* **Note:** The $cookieStore service is deprecated.
19
19
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.
20
20
* </div>
You can’t perform that action at this time.
0 commit comments