Attempting to code the sample program below in AngularJS using Sublime Text. Have already added the angular package to Preferences. However, when providing the src for angular as "angular.min.js", the code does not work; it only works when using "https://code.angularjs.org/1.4.0/angular.js" as the src. How can I correctly link the src on my computer?