Angular JS is a Web application framework that is extremely popular and has become one of the most widely used JavaScript tools today. Ionic is built on the basis of ANGULARJS, so it is necessary to learn some angularjs knowledge. Ionic did not independently develop a complete Web application framework, but instead extended the Angularjs to add a number of interface components and other mobile-friendly features.
This article will take you through the core knowledge of ANGULARJS and introduce some basic knowledge. We learn the controller, as the name implies, it controls your data. We then introduce the action, which connects the controller and the user interface, which is called the view. Looking closely at the views, you'll see how they create interactive visuals through templates and scopes. In this process, we will also learn about other features, such as how to use filters to transform data, how to build and use directives to enhance existing HTML elements, and how to load and save application data from an external data source.
Now let's look at a small application developed by BOOTSTRAP+ANGULARJS to help us understand angularjs. You can view the full project code HTTPS://GITHUB.COM/IONIC-IN-ACTION/CHAPTER3 on the grass GitHub. If you want to see the final effect, you can visit https://ionic-in-action/chapter3.herokuapp.com
Develop ionic pre-application angular JS required knowledge