The tutorial keeps referencing the term bootstrapping but when I search the term I see a link to a framework by twitter. Are they talking about something specific like this or something more general?
Question posted in Twitter Bootstrap
The tutorial keeps referencing the term bootstrapping but when I search the term I see a link to a framework by twitter. Are they talking about something specific like this or something more general?
2
Answers
It is a general term. This is a top definition see the following
In short its a way to start by loading the outline of a set of a program and it will then pull in the other dependencies to get you started with that program/framework (in your case an angularjs project).
And no i looked at the google documentation (unless your looking at codeschool and they dont seem to be referring to twitters bootstrap at all).
This question seems to discuss it in thorough detail the definition stems from “pulling one up by their bootstraps”
In a very simple term you can understand it as initializing, or starting, your Angular app.
The wiki says
The below image from the Bootstrap docs of AngularJS will make it clear.