[AngularJS] Re: Learning basics of Angular - example not working

2017-01-22 Thread W Smith
Mr. Elias, I appreciate your help! Thanks and I have already stopped with that book. I will look into the one you suggested. Thanks again, On Sunday, January 15, 2017 at 4:33:28 PM UTC-6, W Smith wrote: > > Hi everyone, I am using this guide: > http://www.angularjsbook.com/angular-basics/chapt

[AngularJS] Re: Learning basics of Angular - example not working

2017-01-15 Thread Sander Elias
Hi W, If you put script's inside your page, you need to put it inside a script tag. like this: https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.js";> angular.module('app', []); angular.module('app').config(['$controllerProvider', function( $controllerProvider) {