You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,"firebase.js": "Load the Firebase JavaScript SDK."
779
-
,"angularfire.min.js": "Load the Angular bindings for Firebase."
779
+
,"angularfire.min.js": "Load the AngularJS bindings for Firebase."
780
780
,"project.js": "The <code>project.js</code> file contains the controllers which specify your application’s behavior."
781
781
,"ng-view": "We’re marking this <code><div></code> as the place we’ll load partial pages or “views”. The surrounding page will stay static while we load changing UI into this section. In this case, we’ll be switching between a list of “projects” and the form to add new or edit existing “projects”."
782
782
}
@@ -786,7 +786,7 @@ <h2>JavaScript Projects</h2>
786
786
,"value": "Define a singleton object that can be injected into controllers and services."
787
787
,"fbURL": "The URL to the Firebase location from which we want to load data (and store changes)."
788
788
,"factory": "Define a factory that will return a singleton object that can be injected into controllers and services."
789
-
,"$firebase": "A service provided by AngularFire for binding data from Firebase to Angular models."
789
+
,"$firebase": "A service provided by AngularFire for binding data from Firebase to AngularJS models."
790
790
,"$asArray": "A method that returns data from Firebase in the form of a synchronized array."
791
791
,"config": "You use <code>config()</code> to configure existing services. Here, we’re configuring the <code>$routeProvider</code> responsible for mapping URL paths to partials."
792
792
,"controller": "Define a controller function that can be attached to the DOM using <code>ng-controller</code> or to a view template by specifying it in the route configuration."
" <dd>The main AngularJS source code, as is. Useful for debugging and development purpose, but should ideally not be used in your deployed application</dd>"+
42
42
" <dt>Zipped</dt>"+
43
-
" <dd>The zipped version of the Angular Build, which contains both the builds of AngularJS, as well as documentation and other extras</dd>"+
43
+
" <dd>The zipped version of the AngularJS Build, which contains both the builds of AngularJS, as well as documentation and other extras</dd>"+
0 commit comments