mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Finish module.html section (for now)
This commit is contained in:
parent
dba53157fd
commit
0f14fb504e
@ -60,3 +60,15 @@ Your code should now look like this:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Finally, we will use an expression called `hello`. This is done with `{{hello}}`. Later, we will use this expression to display text from our PHP. You can learn more at [AngularJS - Scopes](https://docs.angularjs.org/guide/expression).
|
||||||
|
|
||||||
|
Our HTML code should now look like this:
|
||||||
|
```
|
||||||
|
<div class="row">
|
||||||
|
<div ng-controller="ExampleController" class="col-md-12">
|
||||||
|
{{hello}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
#### module.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user